aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2007-11-29 09:43:17 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2007-11-29 09:43:17 +0100
commitfae4c016ebca5bc4a65d17e685f811b35f4738ab (patch)
tree3d34a3ccf65cb642fdc2271689ccb95aaf580d35
parentc738b7600eb1934fc2d082af1545c728b225e9d1 (diff)
These are also cached in PgBatch.
-rw-r--r--lib/LXRng/Index/Generic.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/LXRng/Index/Generic.pm b/lib/LXRng/Index/Generic.pm
index 1cdaab5..c756b5f 100644
--- a/lib/LXRng/Index/Generic.pm
+++ b/lib/LXRng/Index/Generic.pm
@@ -9,8 +9,6 @@ sub new {
memoize('tree_id');
memoize('release_id');
- memoize('file_id');
- memoize('symbol_id');
return bless(\%args, $class);
}