summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2009-10-06 12:36:29 +0000
committerBoris Kolpackov <boris@kolpackov.net>2009-10-06 12:36:29 +0000
commit4d2adf711eba330c7151b663240e55f5dd05cbc0 (patch)
tree001ad6cbe5778e036c188bc67008efa2bf182af5 /dep.h
parentc3b91d2c427a9f3823a1a6e9dec263d8fef14c9d (diff)
downloadmake-4d2adf711eba330c7151b663240e55f5dd05cbc0.tar.gz
Fix savannah bug 25780. Optimize things a bit.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dep.h b/dep.h
index 96964234..1f493132 100644
--- a/dep.h
+++ b/dep.h
@@ -90,4 +90,3 @@ void free_ns_chain (struct nameseq *n);
struct dep *read_all_makefiles (const char **makefiles);
int eval_buffer (char *buffer);
int update_goal_chain (struct dep *goals);
-void uniquize_deps (struct dep *);