From dd1d655032a34ad0a9fd04f29f5366c3267a034f Mon Sep 17 00:00:00 2001 From: robertabcd Date: Fri, 3 Feb 2012 17:38:38 +0000 Subject: Remove unused variable. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5553 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/acl.c | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3