summaryrefslogtreecommitdiff
path: root/sxmlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sxmlc.c')
-rw-r--r--sxmlc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sxmlc.c b/sxmlc.c
index f56811a..995ac8e 100644
--- a/sxmlc.c
+++ b/sxmlc.c
@@ -82,13 +82,6 @@ void print_article_title(XMLNode *root) {
}
printf("article-title: %s\n", next->text);
-
- // XMLNode** children = next->children;
- // for (int i = 0; i < next->n_children; i++) {
- // if (children[i]->tag_type == TAG_TEXT) {
- // printf("printing piecewise: %s", children[i]->text);
- // }
- // }
}
int main(int argc, char *argv[]) {