aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-21 10:47:21 -0800
commit2206e221bd58b19141872c062012b6a9db0d73a2 (patch)
tree93e489e678065902ac2b527cb9bdbe42f9d2f67f /parser.h
parentd9bb9b73adc32b91df31ceec299e3194b49710e2 (diff)
Removed array_list_t (!)
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/parser.h b/parser.h
index 0e731855..727e171c 100644
--- a/parser.h
+++ b/parser.h
@@ -133,20 +133,6 @@ typedef struct block
return state->value;
}
-
-#if 0
- /**
- Second block type specific variable
- */
- union
- {
- array_list_t for_vars; /**< List of values for a for block */
- int switch_taken; /**< Whether a switch match has already been found */
- process_t *function_call_process; /**< The process representing this function call */
- } param2;
-#endif
-
-
/**
Name of file that created this block
*/