commit 2124c1f046e790292a1e20ee27db8ba1e80251e0
parent 46305b958a76585f9b8550644a93b8742b97dec7
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 4 Apr 2014 15:41:47 +0200
sfeed: remove unused variable
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sfeed.c b/sfeed.c
@@ -66,7 +66,6 @@ static int feeditemtagid = 0; /* unique number for parsed tag (faster comparison
static int iscontent = 0;
static int iscontenttag = 0;
static size_t attrcount = 0;
-static char *standardtz = NULL; /* TZ variable at start of program */
static XMLParser parser; /* XML parser state */
static char *append = NULL;