summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertabcd <robertabcd@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-02-04 01:38:38 +0800
committerrobertabcd <robertabcd@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-02-04 01:38:38 +0800
commitdd1d655032a34ad0a9fd04f29f5366c3267a034f (patch)
treeef4786624cd18d5eff70d158d8241f0e79f6b652
parent1c569d131987b4d574e65efe0e473b3664722ad0 (diff)
downloadpttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar.gz
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar.bz2
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar.lz
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar.xz
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.tar.zst
pttbbs-dd1d655032a34ad0a9fd04f29f5366c3267a034f.zip
Remove unused variable.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5553 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/acl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/acl.c b/pttbbs/mbbsd/acl.c
index 96aec664..55a3bc60 100644
--- a/pttbbs/mbbsd/acl.c
+++ b/pttbbs/mbbsd/acl.c
@@ -329,7 +329,6 @@ ui_unban_user_for_board(const char *uid, const char *board) {
int
edit_banned_list_for_board(const char *board) {
// TODO generalize this.
- time4_t expire = now;
char uid[IDLEN+1], ans[3];
if (!board || !*board || getbnum(board) < 1)