From 9d9e1816380c197a979660ea78ae5a38a58e255e Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 11 Apr 2011 13:36:15 +0000 Subject: [PATCH] our @ISA ,@EXPORT_OK git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9268 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/InstUtils.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index a3cd11ace..0003b9184 100644 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -33,8 +33,6 @@ use Data::Dumper; require xCAT::NodeRange; require DBI; -our @ISA = qw(Exporter); -our @EXPORT_OK = qw(genpassword); #-------------------------------------------------------------------------------