remove unneeded variable
authorChristian Garbs <mitch@cgarbs.de>
Mon, 7 Jan 2008 21:43:35 +0000 (22:43 +0100)
committerRalf Ertzinger <sun@lain.camperquake.de>
Mon, 7 Jan 2008 22:28:40 +0000 (23:28 +0100)
videosite/Base.pm

index cf8bafa..efcce5b 100644 (file)
@@ -20,7 +20,6 @@ sub new {
 
 sub error {
     my $self = shift;
-    my @data = @_;
     my $t;
 
     $t = sprintf(shift(@_), @_);