Commit bbd2fa4e70d3b1193c447db81ff01cf54661edfa

Patrick Steinhardt 2015-11-30T18:05:27

object: remove unused constant OBJECT_BASE_SIZE

1
2
3
4
5
6
7
8
9
10
11
12
13
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 */