summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-15 17:11:47 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-15 17:11:47 +0800
commit7a75ab531004ab812b2e58cce1998482aaad7b7d (patch)
treecca8b971928c1ad9c30135164c5efb2c9e2b0c24 /mbbsd
parentfc286d42f7190df00fbb2d394e4c860a4ab5a28b (diff)
downloadpttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar.gz
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar.bz2
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar.lz
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar.xz
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.tar.zst
pttbbs-7a75ab531004ab812b2e58cce1998482aaad7b7d.zip
clean unused code
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@598 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 87ebbeb2..fadba9d8 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.66 2002/12/31 17:40:51 in2 Exp $ */
+/* $Id: board.c,v 1.67 2003/01/15 09:11:47 kcwu Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -780,9 +780,6 @@ choose_board(int newflag)
boardstat_t *ptr;
int head = -1, ch = 0, currmodetmp, tmp, tmp1, bidtmp;
char keyword[13] = "";
-#if HAVE_SEARCH_ALL
- char genbuf[200];
-#endif
setutmpmode(newflag ? READNEW : READBRD);
if( zapbuf == NULL || favbuf == NULL )