From bbd2fa4e70d3b1193c447db81ff01cf54661edfa Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 30 Nov 2015 18:05:27 +0100 Subject: [PATCH] object: remove unused constant OBJECT_BASE_SIZE --- src/object.c | 2 -- 1 file changed, 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 */