diff options
author | Michael Forney <mforney@mforney.org> | 2021-04-07 13:42:25 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-04-08 11:43:34 -0700 |
commit | a6dc22cc3c706d6732a8251501007e4fffcfc256 (patch) | |
tree | d4015c9d5b9fc25734bb51a686d84640cc496f61 | |
parent | cce446166495cb2159bc2b4fd1c2418f0f516a07 (diff) | |
download | cproc-a6dc22cc3c706d6732a8251501007e4fffcfc256.tar.xz |
Remove unused mkswitch declaration
-rw-r--r-- | cc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -505,7 +505,6 @@ struct switchcases { struct repr; -struct switchcases *mkswitch(void); void switchcase(struct switchcases *, uint64_t, struct block *); struct block *mkblock(char *); |