From 8cb3ba350919426b51ad9774e6bd67fbacc1cd22 Mon Sep 17 00:00:00 2001
From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Thu, 22 May 2003 01:06:11 +0000
Subject: warning free

git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@886 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 pttbbs/mbbsd/mbbsd.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c
index 688bd0c9..e5815c2d 100644
--- a/pttbbs/mbbsd/mbbsd.c
+++ b/pttbbs/mbbsd/mbbsd.c
@@ -1,4 +1,4 @@
-/* $Id: mbbsd.c,v 1.81 2003/05/20 02:03:35 bbs Exp $ */
+/* $Id: mbbsd.c,v 1.82 2003/05/22 01:06:11 in2 Exp $ */
 #include "bbs.h"
 
 #define SOCKET_QLEN 4
@@ -914,8 +914,6 @@ do_aloha(char *hello)
 	snprintf(genbuf, sizeof(genbuf), hello);
 	while (fgets(userid, 80, fp)) {
 	    userinfo_t     *uentp;
-	    int             tuid;
-
 	    if ((uentp = (userinfo_t *) search_ulist_userid(userid)) && 
 		    isvisible(uentp, currutmp)) {
 		my_write(uentp->pid, genbuf, uentp->userid, 2, NULL);
-- 
cgit v1.2.3