mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Removed 'strict'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a2f048ede
commit
7ae56e30fe
1 changed files with 0 additions and 1 deletions
|
|
@ -563,7 +563,6 @@ sub AUTOLOAD {
|
|||
return $_[0]->{$name}
|
||||
};
|
||||
|
||||
no strict 'refs';
|
||||
*{$AUTOLOAD} = $sub;
|
||||
goto &$AUTOLOAD;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue