summaryrefslogtreecommitdiff
path: root/sxmlc.c
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-09-16 20:17:15 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-09-16 20:17:15 +0200
commit85845d7cab7be4e824e1c185c34987397a7b3bc2 (patch)
treef666eba7fbd487f20e6fdc1c2f19d64a4f52c2ee /sxmlc.c
parent766eb55c4e8929dd49bb71a8299b07b50af89e0a (diff)
Remove commented-out code
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[]) {