summaryrefslogtreecommitdiffstats
path: root/mbbsd/aids.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/aids.c')
-rw-r--r--mbbsd/aids.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mbbsd/aids.c b/mbbsd/aids.c
index 988cdb6e..e338b5bb 100644
--- a/mbbsd/aids.c
+++ b/mbbsd/aids.c
@@ -197,16 +197,6 @@ int search_aidu_in_board(SearchAIDResult_t *r, const char *bname, const aidu_t a
r->n = n;
}
}
- /* else search digest */
- if(r->n < 0)
- {
- setbfile(dirfile, bname, fn_mandex);
- if((n = search_aidu_in_bfile(dirfile, aidu)) >= 0)
- {
- r->where = AIDR_DIGEST;
- r->n = n;
- }
- }
return r->n;
}