-Remove duplicate definition of Version function

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2211 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-19 17:25:24 +00:00
parent 56cab3d3ff
commit 9e4dca69b2

View File

@ -2387,28 +2387,6 @@ sub isMounted
}
#-------------------------------------------------------------------------------
=head3 Version
Returns the Version of the release, to be used for the version flag on
each command
Arguments:
None
Returns:
version number
Globals:
none
Error:
Example:
my $version= xCAT::Version();
=cut
#-------------------------------------------------------------------------------
sub Version
{
my $version="Version 2.1";
return $version;
}
#-------------------------------------------------------------------------------
=head3 runxcatd
Stops or starts xcatd
Arguments: