diff options
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r-- | mbbsd/record.c | 7 |
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) |