summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-11-27 11:54:04 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-11-27 11:54:04 +0800
commit33eac4674a70fe58df559348e887db7efa4acc2e (patch)
tree8c85344b9a6ff386597ef9b3fbf994d0cfae840c
parent222c650667dda0081f1946aed0d7c9012482d73f (diff)
downloadpttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar.gz
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar.bz2
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar.lz
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar.xz
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.tar.zst
pttbbs-33eac4674a70fe58df559348e887db7efa4acc2e.zip
remove BN_DIGEST since it's turned off for a very long time.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5480 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/bbs.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c
index 261014d2..370600a4 100644
--- a/pttbbs/mbbsd/bbs.c
+++ b/pttbbs/mbbsd/bbs.c
@@ -4237,15 +4237,6 @@ good_post(int ent, fileheader_t * fhdr, const char *direct)
strcpy(ptr, fn_mandex);
append_record(buf, &digest, sizeof(digest));
-#ifdef BN_DIGEST
- assert(0<=currbid-1 && currbid-1<MAX_BOARD);
- if(!(getbcache(currbid)->brdattr & BRD_HIDE)) {
- getdata(1, 0, "好文值得出版到全站文摘?(N/y)", genbuf2, 3, LCECHO);
- if(genbuf2[0] == 'y')
- do_crosspost(BN_DIGEST, &digest, genbuf, 1);
- }
-#endif
-
fhdr->filemode = (fhdr->filemode & ~FILE_MARKED) | FILE_DIGEST;
if (!strcmp(currboard, BN_NOTE) ||
#ifdef BN_ARTDSN