object: remove unused constant OBJECT_BASE_SIZE

This commit is contained in:
Patrick Steinhardt 2015-11-30 18:05:27 +01:00
parent a7bd157ebf
commit bbd2fa4e70

View File

@ -14,8 +14,6 @@
#include "blob.h" #include "blob.h"
#include "tag.h" #include "tag.h"
static const int OBJECT_BASE_SIZE = 4096;
typedef struct { typedef struct {
const char *str; /* type name string */ const char *str; /* type name string */
size_t size; /* size in bytes of the object structure */ size_t size; /* size in bytes of the object structure */