aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.c b/parse.c
index bc0b5491..33dfde30 100644
--- a/parse.c
+++ b/parse.c
@@ -138,8 +138,6 @@ int parse_file(char* filename, FILE* f, vcomponent* root) {
}
- INFO("Parsed file, cleaning up.");
-
FREE(content_line)(&cline);
assert(POP(LLIST(vcomponent))(&ctx.comp_stack) == root);