diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-16 20:17:15 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-16 20:17:15 +0200 |
commit | 85845d7cab7be4e824e1c185c34987397a7b3bc2 (patch) | |
tree | f666eba7fbd487f20e6fdc1c2f19d64a4f52c2ee | |
parent | 766eb55c4e8929dd49bb71a8299b07b50af89e0a (diff) |
Remove commented-out code
-rw-r--r-- | sxmlc.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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[]) { |