]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
removing mallard
[mothur.git] / binsequencecommand.h
index aceba65da17315de31515750a62fc53f4b7b9a48..8ea88cbfcff767eec8461df493cea50217675404 100644 (file)
@@ -36,9 +36,6 @@ private:
        InputData* input;
        FastaMap* fasta;
        GroupMap* groupMap;
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
        bool abort, allLines;
        set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
@@ -47,7 +44,7 @@ private:
        ifstream in, inNames;
        
        void readNamesFile();
-       int process(ListVector*, int);
+       int process(ListVector*);
 };
 
 #endif