From cab45be10660cb32f5658de2c8d136237ab187f1 Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 11 Jul 2003 09:03:42 +0000 Subject: remove unused vars git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1047 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/boardlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') diff --git a/util/boardlist.c b/util/boardlist.c index b28b2b03..be1c8111 100644 --- a/util/boardlist.c +++ b/util/boardlist.c @@ -1,4 +1,4 @@ -/* $Id: boardlist.c,v 1.1 2003/07/11 09:02:40 in2 Exp $ */ +/* $Id: boardlist.c,v 1.2 2003/07/11 09:03:42 in2 Exp $ */ #include "bbs.h" static void @@ -45,7 +45,6 @@ char *skipEscape(char *s) void dumpclass(int bid) { boardheader_t *bptr; - int r, w; bptr = &bcache[bid]; if (bptr->firstchild[0] == NULL || bptr->childcount <= 0) load_uidofgid(bid + 1, 0); /* 因為這邊 bid從 0開始, 所以再 +1 回來 */ -- cgit v1.2.3