aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-04 21:02:17 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-04 21:02:17 +0200
commit77791305d6e1483fa5ae46f26616242c00f99989 (patch)
treef71b777988f47f36cc46c724b9efdd090566f278 /src/parse.c
parentComments in parser. (diff)
downloadcalp-77791305d6e1483fa5ae46f26616242c00f99989.tar.gz
calp-77791305d6e1483fa5ae46f26616242c00f99989.tar.xz
HTML output seems to work in full now.
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse.c b/src/parse.c
index 81312967..3a5907c8 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -91,9 +91,6 @@ int parse_file(char* filename, FILE* f, SCM root) {
SCM child = scm_make_vcomponent(scm_string_to_symbol(scm_from_strbuf(&str)));
scm_add_child_x (component, child);
- /* TODO it should be possible to create this object once
- at the top of this function
- */
scm_add_line_x(child, filename_key, scm_make_vline(scm_filename));
component = child;