Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / modules / rwho / serv_rwho.c
index 515c5f6afa7f14e79480fbeed05c139346b3ceb1..be0e4865a91c73560149ce58feb96d5d39e66179 100644 (file)
@@ -51,7 +51,6 @@
  * display who's online
  */
 void cmd_rwho(char *argbuf) {
-       struct CitContext *cptr;
        struct CitContext *nptr;
        int nContexts, i;
        int spoofed = 0;