summaryrefslogtreecommitdiffstats
path: root/mbbsd/record.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-14 22:19:06 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-14 22:19:06 +0800
commita9253065d48fb023ce89289b9ee481fa38f55687 (patch)
tree68287501be4afb4ce0df6a74a6fdc40e2fbf1384 /mbbsd/record.c
parent2eada8f40b4296e612182b55907fecf4dcaaf9fe (diff)
downloadpttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar.gz
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar.bz2
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar.lz
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar.xz
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.tar.zst
pttbbs-a9253065d48fb023ce89289b9ee481fa38f55687.zip
delete with threshold
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1760 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r--mbbsd/record.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c
index 28d39195..b11325d0 100644
--- a/mbbsd/record.c
+++ b/mbbsd/record.c
@@ -247,13 +247,6 @@ delete_range(char *fpath, int id1, int id2)
int fdr, fdw, fd;
int count;
-#ifdef SAFE_ARTICLE_DELETE
- if( fpath[0] == 'b' ){
- safe_delete_range(fpath, id1, id2);
- return 0;
- }
-#endif
-
nolfilename(&my, fpath);
if ((fd = open(my.lockfn, O_RDWR | O_CREAT | O_APPEND, 0644)) == -1)