aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc.h b/cc.h
index 482b2a2..3df0880 100644
--- a/cc.h
+++ b/cc.h
@@ -505,7 +505,6 @@ struct switchcases {
struct repr;
-struct switchcases *mkswitch(void);
void switchcase(struct switchcases *, uint64_t, struct block *);
struct block *mkblock(char *);