aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@wolffelaar.nl>2006-02-14 02:54:54 +0000
committerJeroen van Wolffelaar <jeroen@wolffelaar.nl>2006-02-14 02:54:54 +0000
commit85c201e4f5a73a63caeddc2f3f55485e9805219e (patch)
treef7f209dea6fce772d4cb690e52c234805a2252ec /cgi-bin
parent4b9cc73988ce125b502650750955609ca10943dd (diff)
Drop obsolete fixme
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/search_contents.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi-bin/search_contents.pl b/cgi-bin/search_contents.pl
index 13b64e1..66e216d 100755
--- a/cgi-bin/search_contents.pl
+++ b/cgi-bin/search_contents.pl
@@ -22,7 +22,6 @@ sub contents() {
my $suite = 'stable'; #fixme
- # fixme: I should open $reverses only once per search
my $reverses = tie my %reverses, 'DB_File', "$DBDIR/contents/reverse_$suite.db",
O_RDONLY, 0666, $DB_BTREE
or die "Failed opening reverse DB: $!";