]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/ns-authedpct.c
LUA: port luadb to dbapi2 to drop postgres dependency
[irc/quakenet/newserv.git] / newsearch / ns-authedpct.c
index 8558e9ad2832c57cdd20d949bbe3f39c5dd09bf0..f8b67dcef30240899043ee092abe81dc05fc080f 100644 (file)
@@ -32,10 +32,7 @@ void *authedpct_exe(searchCtx *ctx, struct searchNode *thenode, void *theinput)
   int j=0;
   nick *np;
   chanindex *cip = (chanindex *)theinput;
-  struct authedpct_localdata *localdata;
 
-  localdata = thenode->localdata;
-  
   if (!cip->channel)
     return (void *)0;