Skip to content

Commit

Permalink
Bug 6237: remove compile time warning
Browse files Browse the repository at this point in the history
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 <chrisc@catalyst.net.nz>
  • Loading branch information
colinsc authored and ranginui committed Apr 21, 2011
1 parent 420dcba commit 0d663c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion C4/Auth.pm
Expand Up @@ -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({
Expand Down

0 comments on commit 0d663c7

Please sign in to comment.