useless line that generates zillions of "Useless use of a variable in void context...
authorPaul POULAIN <paul.poulain@biblibre.com>
Thu, 10 Jul 2008 09:19:34 +0000 (11:19 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 14:11:27 +0000 (09:11 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Context.pm

index b9084b4..3144d30 100644 (file)
@@ -249,7 +249,6 @@ sub db_scheme2dbi {
 sub import {
     my $package = shift;
     my $conf_fname = shift;        # Config file name
-    $context;
 
     # Create a new context from the given config file name, if
     # any, then set it as the current context.