diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 23:03:54 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 23:03:54 +0800 |
commit | b640fe2c00e591888ecc1ca594e5e51336c3bf44 (patch) | |
tree | 58fbced83d4f120681a1a1e64f5c5b1050a30038 /mbbsd/talk.c | |
parent | 432105a135d72c756520d12ece397d52091585ba (diff) | |
download | pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar.gz pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar.bz2 pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar.lz pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar.xz pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.tar.zst pttbbs-b640fe2c00e591888ecc1ca594e5e51336c3bf44.zip |
remove useless functions
integrate similiar functions
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index ca337041..818591dc 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -2616,7 +2616,6 @@ talkreply(void) char genbuf[200]; int a, sig = currutmp->sig; - talkrequest = NA; uip = &SHM->uinfo[currutmp->destuip]; snprintf(page_requestor, sizeof(page_requestor), "%s (%s)", uip->userid, uip->username); |