summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools/Cache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/ArchLinux/PackagerTools/Cache.pm')
-rw-r--r--lib/App/ArchLinux/PackagerTools/Cache.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Cache.pm b/lib/App/ArchLinux/PackagerTools/Cache.pm
index 6d5bec3..c0b1aa6 100644
--- a/lib/App/ArchLinux/PackagerTools/Cache.pm
+++ b/lib/App/ArchLinux/PackagerTools/Cache.pm
@@ -48,7 +48,6 @@ method new_no_defaults($class: $context, $deps = {}) {
$self->{CHI} = CHI->new(
driver => 'File',
root_dir => $config->{cache}->{root_dir},
- cache_size => $config->{cache}->{cache_size},
);
$context->{$class} = $self;
return $self;