Bug 7061: unnecessary global variables declared in C4::SQLHelper
[koha.git] / C4 / SQLHelper.pm
index 285f7d2..4c74df2 100644 (file)
@@ -43,9 +43,6 @@ BEGIN {
                                );
 }
 
-my $tablename;
-my $hash;
-
 =head1 NAME
 
 C4::SQLHelper - Perl Module containing convenience functions for SQL Handling