about summary refs log tree commit diff
path: root/third_party/git/prune-packed.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/prune-packed.h')
-rw-r--r--third_party/git/prune-packed.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/prune-packed.h b/third_party/git/prune-packed.h
deleted file mode 100644
index 936fa9df23e8..000000000000
--- a/third_party/git/prune-packed.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PRUNE_PACKED_H
-#define PRUNE_PACKED_H
-
-#define PRUNE_PACKED_DRY_RUN 01
-#define PRUNE_PACKED_VERBOSE 02
-
-void prune_packed_objects(int);
-
-#endif