[PATCH] Update git-daemon documentation wrt. the --verbose parameter
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 3deb7fa4e8b6a572d5ab8d2c6a4da80478074244..96c2312d86feff0b3b9901501aefa9b6ab55ce13 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -19,15 +19,6 @@ extern void diff_change(unsigned mode1, unsigned mode2,
                             const unsigned char *sha2,
                             const char *base, const char *path);
 
-extern void diff_helper_input(unsigned mode1,
-                             unsigned mode2,
-                             const unsigned char *sha1,
-                             const unsigned char *sha2,
-                             const char *path1,
-                             int status,
-                             int score,
-                             const char *path2);
-
 extern void diff_unmerge(const char *path);
 
 extern int diff_scoreopt_parse(const char *opt);