From a6dc22cc3c706d6732a8251501007e4fffcfc256 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 7 Apr 2021 13:42:25 -0700 Subject: Remove unused mkswitch declaration --- cc.h | 1 - 1 file changed, 1 deletion(-) 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 *); -- cgit v1.2.3