summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2019-05-14 18:49:54 +0200
committerQuentin Carbonneaux <quentin@c9x.me>2019-05-14 18:49:54 +0200
commit72f2e8445adaeeb4916690263f65d6b61ffa5c1d (patch)
tree9b3a9cc4adeb225c75dd4ea022395835bc790a03
parent1b1a7f618ce9fc6b455e3c30213a8ec8feaab1dc (diff)
downloadroux-72f2e8445adaeeb4916690263f65d6b61ffa5c1d.tar.gz
drop dead declaration
-rw-r--r--all.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/all.h b/all.h
index e53e290..59eefe1 100644
--- a/all.h
+++ b/all.h
@@ -497,9 +497,6 @@ void fillrpo(Fn *);
 void ssa(Fn *);
 void ssacheck(Fn *);
 
-/* simpl.c */
-void simpl(Fn *);
-
 /* copy.c */
 void copy(Fn *);