From 245e610e821b131fd5e65a70cfb3124fc6458d3b Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Thu, 10 Jul 2008 11:19:34 +0200 Subject: [PATCH] useless line that generates zillions of "Useless use of a variable in void context" in apache logs Signed-off-by: Joshua Ferraro --- C4/Context.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index b9084b4858..3144d30954 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -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. -- 2.20.1