summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;