object: remove unused constant OBJECT_BASE_SIZE
diff --git a/src/object.c b/src/object.c
index 1073559..b0a8199 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 */