[svn:parrot] r45446 - trunk/tools/build

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Apr 8 06:00:16 UTC 2010


Author: petdance
Date: Thu Apr  8 06:00:16 2010
New Revision: 45446
URL: https://trac.parrot.org/parrot/changeset/45446

Log:
removed unused hash %opt

Modified:
   trunk/tools/build/headerizer.pl

Modified: trunk/tools/build/headerizer.pl
==============================================================================
--- trunk/tools/build/headerizer.pl	Thu Apr  8 05:56:48 2010	(r45445)
+++ trunk/tools/build/headerizer.pl	Thu Apr  8 06:00:16 2010	(r45446)
@@ -2,11 +2,6 @@
 # Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
-use strict;
-use warnings;
-use Carp qw( confess );
-
-
 =head1 NAME
 
 tools/build/headerizer.pl - Generates the function header parts of .h
@@ -59,6 +54,9 @@
 
 =cut
 
+use strict;
+use warnings;
+
 use Getopt::Long;
 use lib qw( lib );
 use Parrot::Config;
@@ -66,8 +64,6 @@
 
 my $headerizer = Parrot::Headerizer->new;
 
-my %opt;
-
 main();
 
 =head1 FUNCTIONS


More information about the parrot-commits mailing list