about summary refs log tree commit diff
path: root/third_party/git/reachable.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/reachable.h')
-rw-r--r--third_party/git/reachable.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/git/reachable.h b/third_party/git/reachable.h
deleted file mode 100644
index 5df932ad8f..0000000000
--- a/third_party/git/reachable.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef REACHEABLE_H
-#define REACHEABLE_H
-
-struct progress;
-struct rev_info;
-
-int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
-					   timestamp_t timestamp);
-void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
-			    timestamp_t mark_recent, struct progress *);
-
-#endif