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