remove unused variable - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 203721702e9cac7b47cbeeb91011f232bb26b7bc | |
parent 227743f84d79e15f67b761e2d92e20dbc7083d81 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 12 Mar 2018 00:45:22 +0100 | |
remove unused variable | |
Diffstat: | |
M tscrape.c | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/tscrape.c b/tscrape.c | |
@@ -119,8 +119,6 @@ xmltagstart(XMLParser *x, const char *t, size_t tl) | |
static void | |
xmltagstartparsed(XMLParser *x, const char *t, size_t tl, int isshort) | |
{ | |
- int i; | |
- | |
/* temporary replace the callback except the reader and end of tag | |
restore the context once we receive the same ignored tag in the | |
end tag handler */ |