]> git.donarmstrong.com Git - mothur.git/blobdiff - commandoptionparser.hpp
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / commandoptionparser.hpp
diff --git a/commandoptionparser.hpp b/commandoptionparser.hpp
deleted file mode 100644 (file)
index 0c3a6f3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef COMMANDOPTIONPARSER_HPP
-#define COMMANDOPTIONPARSER_HPP
-
-#include "mothur.h"
-#include "mothurout.h"
-
-//**********************************************************************************************************************
-
-class CommandOptionParser {
-public:
-       CommandOptionParser(string);
-       string getCommandString();
-       string getOptionString();
-       
-private:
-       string commandString, optionString;
-       MothurOut* m;
-};
-
-//**********************************************************************************************************************
-
-#endif