From: Colin Campbell Date: Thu, 21 Apr 2011 15:13:47 +0000 (+0100) Subject: Bug 6237: remove compile time warning X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=0d663c7e8aae16a1b12c03af20b152b186829abf;p=koha.git Bug 6237: remove compile time warning Remove a 'variable in void context' warning from C4::Auth which shows up as a compile warning in all users of the module and generates log noise Signed-off-by: Chris Cormack --- diff --git a/C4/Auth.pm b/C4/Auth.pm index 33602b9715..a31161ef8e 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -55,7 +55,6 @@ BEGIN { import C4::Auth_with_cas qw(checkpw_cas login_cas logout_cas login_cas_url); } $servers = C4::Context->config('memcached_servers'); - $memcached; if ($servers) { require Cache::Memcached; $memcached = Cache::Memcached->new({