X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clearmemorycommand.cpp;h=abdc5558ae1aa26ab7c2d21454f8ff0696802ad1;hp=e1f39723c6b6b9d56c961fa16345c6194f9c8a7c;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/clearmemorycommand.cpp b/clearmemorycommand.cpp index e1f3972..abdc555 100644 --- a/clearmemorycommand.cpp +++ b/clearmemorycommand.cpp @@ -22,25 +22,6 @@ vector ClearMemoryCommand::setParameters(){ } } //********************************************************************************************************************** -string ClearMemoryCommand::getOutputFileNameTag(string type, string inputName=""){ - try { - string outputFileName = ""; - map >::iterator it; - - //is this a type this command creates - it = outputTypes.find(type); - if (it == outputTypes.end()) { m->mothurOut("[ERROR]: this command doesn't create a " + type + " output file.\n"); } - else { - m->mothurOut("[ERROR]: No definition for type " + type + " output file tag.\n"); m->control_pressed = true; - } - return outputFileName; - } - catch(exception& e) { - m->errorOut(e, "ClearMemoryCommand", "getOutputFileNameTag"); - exit(1); - } -} -//********************************************************************************************************************** string ClearMemoryCommand::getHelpString(){ try { string helpString = "";