git-p4: add failing test for P4EDITOR handling
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 23806394eb5089f480d5300ac23e616eccd604db..28d769fcaa3088d761c31550234057ef2333ec0e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1577,7 +1577,6 @@ extern int ws_blank_line(const char *line, int len, unsigned ws_rule);
 #define ws_tab_width(rule)     ((rule) & WS_TAB_WIDTH_MASK)
 
 /* ls-files */
-int report_path_error(const char *ps_matched, const struct pathspec *pathspec, const char *prefix);
 void overlay_tree_on_cache(const char *tree_name, const char *prefix);
 
 char *alias_lookup(const char *alias);