mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +00:00
object: remove unused constant OBJECT_BASE_SIZE
This commit is contained in:
parent
a7bd157ebf
commit
bbd2fa4e70
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user