remove unused variable - tscrape - twitter scraper
(HTM) git clone git://git.codemadness.org/tscrape
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 203721702e9cac7b47cbeeb91011f232bb26b7bc
(DIR) parent 227743f84d79e15f67b761e2d92e20dbc7083d81
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 12 Mar 2018 00:45:22 +0100
remove unused variable
Diffstat:
M tscrape.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) 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 */