From 1e1bc9ab11b50a264ed822d028870be0f289c02c Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 31 Oct 2008 12:47:21 +0000 Subject: [PATCH] Remove bogus error message when running lsdef -a git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DBobjUtils.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 34b45fe8e..380d1a84f 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -440,9 +440,6 @@ sub getDBtable my $thistable = xCAT::Table->new($table, -create => 1, -autocommit => 0); if (!$thistable) { - my $rsp; - $rsp->{data}->[0] = "Could not get the \'$table\' table."; - xCAT::MsgUtils->message("E", $rsp, $::callback); return undef; }