X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=object.h;h=3d4ff4611f55d766cf2f82baa9771a80b50c85f9;hb=173a9cbe7031bc3574b3f41cb2d2375cf959ff2a;hp=733faac4ccd1c9a8bb4ed1fc67986b369d9442b3;hpb=09f5dc406a9e6630af881108af815f6c3fb6d9df;p=git.git diff --git a/object.h b/object.h index 733faac4c..3d4ff4611 100644 --- a/object.h +++ b/object.h @@ -27,17 +27,6 @@ struct object_array { /* * The object type is stored in 3 bits. */ -enum object_type { - OBJ_NONE = 0, - OBJ_COMMIT = 1, - OBJ_TREE = 2, - OBJ_BLOB = 3, - OBJ_TAG = 4, - /* 5/6 for future expansion */ - OBJ_DELTA = 7, - OBJ_BAD, -}; - struct object { unsigned parsed : 1; unsigned used : 1;