diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-11 17:03:42 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-11 17:03:42 +0800 |
commit | cab45be10660cb32f5658de2c8d136237ab187f1 (patch) | |
tree | e82252b2aa60ffd1282a7685c70d21abf7e042a7 /util/boardlist.c | |
parent | 2b951f0f407910f20a781da2b31f27ea06afda40 (diff) | |
download | pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar.gz pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar.bz2 pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar.lz pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar.xz pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.tar.zst pttbbs-cab45be10660cb32f5658de2c8d136237ab187f1.zip |
remove unused vars
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1047 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/boardlist.c')
-rw-r--r-- | util/boardlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 回來 */ |