X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=engine.hpp;h=d3f156e533a6a759bab014250dd1d54ad1726c7b;hp=df4e08d879103c95e2959130eda2d19296f0a0f3;hb=c82900be3ceed3d9bc491bdc98b1819ef85c1af7;hpb=a5afca18544555fba2d9c3670ad1f8574916b0a0 diff --git a/engine.hpp b/engine.hpp index df4e08d..d3f156e 100644 --- a/engine.hpp +++ b/engine.hpp @@ -27,7 +27,6 @@ public: virtual bool getInput() = 0; virtual string getCommand(); vector getOptions() { return options; } - //virtual void terminateCommand(int); protected: vector options; CommandFactory* cFactory;