X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.cpp;fp=helpcommand.cpp;h=4a97342c27f801ea7bb959f0c411ace6f33393dc;hb=cd37904452dc95b183ff313ff05720c562902487;hp=0acce707e01e6567f9111bd58f83910aa90eba92;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/helpcommand.cpp b/helpcommand.cpp index 0acce70..4a97342 100644 --- a/helpcommand.cpp +++ b/helpcommand.cpp @@ -12,12 +12,10 @@ //********************************************************************************************************************** HelpCommand::HelpCommand(string option){ - globaldata = GlobalData::getInstance(); - - if (option != "") { cout << "There are no valid parameters for the help() command." << endl; } + if (option != "") { cout << "There are no valid parameters for the help() command." << endl; } validCommands = new ValidCommands(); - } +} //**********************************************************************************************************************