aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-04-07 13:42:25 -0700
committerMichael Forney <mforney@mforney.org>2021-04-08 11:43:34 -0700
commita6dc22cc3c706d6732a8251501007e4fffcfc256 (patch)
treed4015c9d5b9fc25734bb51a686d84640cc496f61
parentcce446166495cb2159bc2b4fd1c2418f0f516a07 (diff)
downloadcproc-a6dc22cc3c706d6732a8251501007e4fffcfc256.tar.xz
Remove unused mkswitch declaration
-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 *);