summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 15:33:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-30 15:33:13 +0800
commit7b2cc2e83030882b319bbf87932c7727c174adc7 (patch)
tree311a608a57199d330df05f9f23d6345971fde564 /mbbsd/bbs.c
parent2962ffe9d364a629996465a1cf08770791823db3 (diff)
downloadpttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar.gz
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar.bz2
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar.lz
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar.xz
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.tar.zst
pttbbs-7b2cc2e83030882b319bbf87932c7727c174adc7.zip
* (pwcu branch) const cuser code complete
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4795 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index aeffdc27..d19c8d91 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3878,11 +3878,3 @@ Select(void)
return do_select();
}
-#ifdef HAVEMOBILE
-void
-mobile_message(const char *mobile, char *message)
-{
- // this is for validation.
- bsmtp(fpath, title, rcpt, "non-exist");
-}
-#endif