summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-04 15:41:47 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-04 15:41:47 +0200
commit2124c1f046e790292a1e20ee27db8ba1e80251e0 (patch)
tree5675433178677e2594a1d8c9c265042e88e3ae96 /sfeed.c
parent46305b958a76585f9b8550644a93b8742b97dec7 (diff)
sfeed: remove unused variable
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index bed206b..bebd254 100644
--- 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;