Do not link on every make invocation
[cparser] / walk.c
diff --git a/walk.c b/walk.c
index f7876e0..7183d38 100644 (file)
--- a/walk.c
+++ b/walk.c
@@ -268,8 +268,6 @@ static void walk_entity(entity_t *entity, const walk_env_t *const env)
        case ENTITY_LABEL:
        case ENTITY_LOCAL_LABEL:
                return;
-       case ENTITY_INVALID:
-               break;
        }
        panic("invalid entity found");
 }