summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/songdb.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl
index 64a973e7d9..3cf87bc8df 100755
--- a/tools/songdb.pl
+++ b/tools/songdb.pl
@@ -563,7 +563,6 @@ sub AUTOLOAD {
563 return $_[0]->{$name} 563 return $_[0]->{$name}
564 }; 564 };
565 565
566 no strict 'refs';
567 *{$AUTOLOAD} = $sub; 566 *{$AUTOLOAD} = $sub;
568 goto &$AUTOLOAD; 567 goto &$AUTOLOAD;
569 568