remove diff_tree_{setup,release}_paths
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index d1bc9145ac8c23efa51af951552242620bad25ea..b8df245ad91a801a71f311369891d8f2c6c51000 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -180,8 +180,6 @@ const char *diff_line_prefix(struct diff_options *);
 
 extern const char mime_boundary_leader[];
 
-extern void diff_tree_setup_paths(const char **paths, struct diff_options *);
-extern void diff_tree_release_paths(struct diff_options *);
 extern int diff_tree(struct tree_desc *t1, struct tree_desc *t2,
                     const char *base, struct diff_options *opt);
 extern int diff_tree_sha1(const unsigned char *old, const unsigned char *new,