diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:41:47 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:41:47 +0200 |
commit | 2124c1f046e790292a1e20ee27db8ba1e80251e0 (patch) | |
tree | 5675433178677e2594a1d8c9c265042e88e3ae96 | |
parent | 46305b958a76585f9b8550644a93b8742b97dec7 (diff) |
sfeed: remove unused variable
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | sfeed.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |