read-cache.c: allocate index entries individually
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 2e6ad3604e4cc6efd60a69407159967a1940e680..59840a4dceab7c75bea838cd11d55a70b7fd5420 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -316,7 +316,6 @@ struct index_state {
        struct string_list *resolve_undo;
        struct cache_tree *cache_tree;
        struct cache_time timestamp;
-       void *alloc;
        unsigned name_hash_initialized : 1,
                 initialized : 1;
        struct hash_table name_hash;