diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-29 09:40:31 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-29 09:40:31 +0100 |
commit | c738b7600eb1934fc2d082af1545c728b225e9d1 (patch) | |
tree | 80a87426178db9e2a536048e02664acadbaadc91 | |
parent | fda08219f81aaeb97405ae3b0cbe54c9fefd72be (diff) |
Whitespace cleanup.
-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) = @_; |