diff options
-rw-r--r-- | lib/LXRng/Index/DBI.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/LXRng/Index/DBI.pm b/lib/LXRng/Index/DBI.pm index 5fd2a3a..7f94a6f 100644 --- a/lib/LXRng/Index/DBI.pm +++ b/lib/LXRng/Index/DBI.pm @@ -38,7 +38,6 @@ sub _to_task { return $sth->execute($rfile_id) > 0; } - sub to_index { my ($self, $rfile_id) = @_; |