diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-15 17:11:47 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-15 17:11:47 +0800 |
commit | 38df492e4667f7a1eae14f9f9e806b1146f2f3b3 (patch) | |
tree | 33bbc3b7aa4981e353a7c2b3d0d6a85eca216d8b | |
parent | d823cffd0b10833e7a74c67571e9fac822cd20db (diff) | |
download | pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar.gz pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar.bz2 pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar.lz pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar.xz pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.tar.zst pttbbs-38df492e4667f7a1eae14f9f9e806b1146f2f3b3.zip |
clean unused code
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@598 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/board.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index 87ebbeb2..fadba9d8 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/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 ) |