diff options
| -rw-r--r-- | src/object.c | 2 |
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 */ |
