Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/midx.h
diff options
context:
space:
mode:
Diffstat (limited to 'midx.h')
-rw-r--r--midx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/midx.h b/midx.h
index a210f1af2a..33c36ae19b 100644
--- a/midx.h
+++ b/midx.h
@@ -6,8 +6,6 @@
struct multi_pack_index {
struct multi_pack_index *next;
- int fd;
-
const unsigned char *data;
size_t data_len;