summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 08:29:10 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 08:29:10 +0800
commit8c66da7267b5b91eb47b3321892a505e7824d5e6 (patch)
tree27fd486f52e7d5354f98808b6afeed192f57cb38 /mbbsd/bbs.c
parent9d9efb47decf91be83230ff1f2318d6f2d981265 (diff)
downloadpttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.gz
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.bz2
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.lz
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.xz
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.zst
pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.zip
* (pwch branch) change chess results to use pwcu API
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4793 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index f0356a46..aeffdc27 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -2428,9 +2428,6 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
int isGuest = (strcmp(cuser.userid, STR_GUEST) == EQUSTR);
int logIP = 0;
int ymsg = b_lines -1;
-#ifdef ASSESS
- char oldrecom = fhdr->recommend;
-#endif // ASSESS
if (!fhdr || !fhdr->filename[0])
return DONOTHING;