aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/src/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/src/stmt.c')
-rw-r--r--lcc/src/stmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcc/src/stmt.c b/lcc/src/stmt.c
index 94ab403..9c3bdbe 100644
--- a/lcc/src/stmt.c
+++ b/lcc/src/stmt.c
@@ -37,7 +37,6 @@ Code code(int kind) {
return cp;
}
int reachable(int kind) {
- Code cp;
if (kind > Start) {
Code cp;