Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2015-11-30 20:05:27 +0300
committerPatrick Steinhardt <ps@pks.im>2015-11-30 20:05:27 +0300
commitbbd2fa4e70d3b1193c447db81ff01cf54661edfa (patch)
tree88afbf5d020af6a7827214483846b31f4921d6c0
parenta7bd157ebfcfd517b65e0ddc017286f61bc8b218 (diff)
object: remove unused constant OBJECT_BASE_SIZE
-rw-r--r--src/object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object.c b/src/object.c
index 1073559fd..b0a8199bc 100644
--- a/src/object.c
+++ b/src/object.c
@@ -14,8 +14,6 @@
#include "blob.h"
#include "tag.h"
-static const int OBJECT_BASE_SIZE = 4096;
-
typedef struct {
const char *str; /* type name string */
size_t size; /* size in bytes of the object structure */