From a624521090d40edeadaa061a974c6b3f41d12f1c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Nov 2011 21:59:09 +0000 Subject: remove unused settings variable in connection hash --- lib/network/connection.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/network/connection.pm') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index 88953f1..6cf3036 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -68,7 +68,6 @@ sub new { my ($class, $device) = @_; bless { device => $device, - settings => {}, networks => {}, }, $class; } -- cgit v1.2.1