about summary refs log tree commit diff
path: root/third_party/git/negotiator/skipping.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/negotiator/skipping.h')
-rw-r--r--third_party/git/negotiator/skipping.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/negotiator/skipping.h b/third_party/git/negotiator/skipping.h
deleted file mode 100644
index d7dfa6c6e4..0000000000
--- a/third_party/git/negotiator/skipping.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef NEGOTIATOR_SKIPPING_H
-#define NEGOTIATOR_SKIPPING_H
-
-struct fetch_negotiator;
-
-void skipping_negotiator_init(struct fetch_negotiator *negotiator);
-
-#endif