RSS: if debug, remove variables too.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 3 Aug 2013 16:49:15 +0000 (18:49 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 3 Aug 2013 16:49:15 +0000 (18:49 +0200)
citadel/modules/rssclient/serv_rssclient.c

index f9e2a312afe273e7a137c850cac798cc81bc9eba..d31a59af4dbe19283cd31dd98217e7e9e128968f 100644 (file)
@@ -419,13 +419,13 @@ eNextState RSSSaveMessage(AsyncIO *IO)
 
 eNextState RSS_FetchNetworkUsetableEntry(AsyncIO *IO)
 {
+#ifndef DEBUG_RSS
        const char *Key;
        long len;
        rss_aggregator *Ctx = (rss_aggregator *) IO->Data;
 
        /* Find out if we've already seen this item */
 // todo: expiry?
-#ifndef DEBUG_RSS
        SetRSSState(IO, eRSSUT);
        if (CheckIfAlreadySeen("RSS Item Seen",
                               Ctx->ThisMsg->MsgGUID,