Imported Upstream version 2.27.0
[platform/upstream/git.git] / midx.h
diff --git a/midx.h b/midx.h
index e6fa356..b18cf53 100644 (file)
--- a/midx.h
+++ b/midx.h
@@ -12,8 +12,6 @@ struct repository;
 struct multi_pack_index {
        struct multi_pack_index *next;
 
-       int fd;
-
        const unsigned char *data;
        size_t data_len;