about summary refs log tree commit diff
path: root/third_party/git/ls-refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/ls-refs.h')
-rw-r--r--third_party/git/ls-refs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/git/ls-refs.h b/third_party/git/ls-refs.h
deleted file mode 100644
index 7e5646f5f6..0000000000
--- a/third_party/git/ls-refs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef LS_REFS_H
-#define LS_REFS_H
-
-struct repository;
-struct argv_array;
-struct packet_reader;
-int ls_refs(struct repository *r, struct argv_array *keys,
-	    struct packet_reader *request);
-
-#endif /* LS_REFS_H */