summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 923fa68..5b3041c 100644
--- a/main.c
+++ b/main.c
@@ -27,9 +27,7 @@ int main() {
tokstream[i] = **get_from_TokenPtrVec(&line_tok_ptrs, i);
}
Pipeline pl = parse_tokstream(tokstream);
- /*
run_pipeline(pl, &shstate);
- */
free(tokstream);
}
free(line);