git-tar-tree: no more void pointer arithmetic
[git.git] / object.h
index a0762b6..f4ee2e5 100644 (file)
--- a/object.h
+++ b/object.h
@@ -29,7 +29,6 @@ struct object {
        unsigned flags : FLAG_BITS;
        unsigned char sha1[20];
        struct object_refs *refs;
-       void *util;
 };
 
 extern int track_object_refs;