Removed 'strict'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2005-01-17 16:15:54 +00:00
parent 5a2f048ede
commit 7ae56e30fe

View file

@ -563,7 +563,6 @@ sub AUTOLOAD {
return $_[0]->{$name}
};
no strict 'refs';
*{$AUTOLOAD} = $sub;
goto &$AUTOLOAD;