aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-26 00:55:31 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-26 00:57:39 +0100
commit147b75ceff2a4968be2b0244974972482d512c46 (patch)
treec8969267a92820c99d61e17c4d0e4288ed9e3f9a /parse.c
parentRename some functions. (diff)
downloadcalp-147b75ceff2a4968be2b0244974972482d512c46.tar.gz
calp-147b75ceff2a4968be2b0244974972482d512c46.tar.xz
Add vcompponent_push_child_x.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 227fd6cc..30412e1a 100644
--- a/parse.c
+++ b/parse.c
@@ -175,7 +175,6 @@ int handle_kv (
s->mem,
ctx->filename);
vcomponent* parent = PEEK(LLIST(vcomponent))(&ctx->comp_stack);
- e->parent = parent;
PUSH(vcomponent)(parent, e);
PUSH(LLIST(vcomponent))(&ctx->comp_stack, e);