aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-02-07 18:13:37 +0000
committerGinger Bill <bill@gingerbill.org>2017-02-07 18:13:37 +0000
commit454d0b5cf5b109fda01b3380b1fab0434d7ff51d (patch)
tree190c1793b3ded1976a30ba16f380bd5a0b5d54b1 /src/check_stmt.c
parent219ca0ac4677235d595d9bd6e1be08eedfdf7d66 (diff)
Fix global maps and initialize the preload types before
Diffstat (limited to 'src/check_stmt.c')
-rw-r--r--src/check_stmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_stmt.c b/src/check_stmt.c
index a77120737..9155947fc 100644
--- a/src/check_stmt.c
+++ b/src/check_stmt.c
@@ -261,7 +261,6 @@ Type *check_assignment_variable(Checker *c, Operand *op_a, AstNode *lhs) {
case Addressing_Invalid:
return NULL;
case Addressing_Variable:
- break;
case Addressing_MapIndex:
break;
default: {