summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-12 21:47:03 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-12 21:47:03 +0800
commitd044c958c8acf4cd0dff6fed337d485b9c0f30a4 (patch)
tree94396a0006bd54be61eb953015590cc543fadb95 /mbbsd/stuff.c
parent7d4d38cd01595fab2551b723e57ce8dba885319d (diff)
downloadpttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar.gz
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar.bz2
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar.lz
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar.xz
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.tar.zst
pttbbs-d044c958c8acf4cd0dff6fed337d485b9c0f30a4.zip
remove MODE_ETC useless function
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1960 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 14c83953..f59d8119 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -64,7 +64,6 @@ void
setbdir(char *buf, char *boardname)
{
sprintf(buf, str_board_file, boardname[0], boardname,
- currmode & MODE_ETC ? ".ETC" :
(currmode & MODE_DIGEST ? fn_mandex : str_dotdir));
}