Commit bbd2fa4e by Patrick Steinhardt

object: remove unused constant OBJECT_BASE_SIZE

parent a7bd157e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment