Author: jkeenan
Date: Sun Feb 11 19:54:19 2007
New Revision: 16947
Modified:
branches/buildtools/lib/Parrot/Ops2c/Utils.pm
Log:
Deleted commented-out code: 'use' statements no longer (or not yet) needed.
Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm
==============================================================================
--- branches/buildtools/lib/Parrot/Ops2c/Utils.pm (original)
+++ branches/buildtools/lib/Parrot/Ops2c/Utils.pm Sun Feb 11 19:54:19 2007
@@ -2,11 +2,6 @@
# $Id: Utils.pm 16894 2007-02-04 22:54:29Z jkeenan $
package Parrot::Ops2c::Utils;
use strict;
-#use warnings;
-#use Cwd;
-#use Data::Dumper;
-#use File::Path ();
-#use File::Spec;
use lib ("lib/");
use Parrot::OpLib::core;
use Parrot::OpsFile;