diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-06-02 02:11:21 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-06-02 02:11:21 +0800 |
commit | eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3 (patch) | |
tree | e679cb1cfa61040eea5348794f9bbbb39e74312d /mbbsd | |
parent | df6500349d563f7b771f0b3ef7f8e74acd136271 (diff) | |
download | pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar.gz pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar.bz2 pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar.lz pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar.xz pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.tar.zst pttbbs-eeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3.zip |
* delete dead code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3530 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 3261affa..f2d806af 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3061,14 +3061,8 @@ b_notes(void) int board_select(void) { - char fpath[80]; - char genbuf[100]; - currmode &= ~MODE_SELECT; currsrmode = 0; - snprintf(fpath, sizeof(fpath), "SR.%s", cuser.userid); - setbfile(genbuf, currboard, fpath); - unlink(genbuf); if (currstat == RMAIL) sethomedir(currdirect, cuser.userid); else |