X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.h;h=4c9fe8615c0819f0ec6dfad5b743d737ee365e4e;hb=cfb66eb46a9678a751a8f21f3ea740dffd525f5e;hp=50cc00511a08fa71754d2dbf51fd76406d2925ea;hpb=8770435f2eedcbf4e69daba716144e83da1dd939;p=mothur.git diff --git a/errorchecking.h b/errorchecking.h index 50cc005..4c9fe86 100644 --- a/errorchecking.h +++ b/errorchecking.h @@ -26,8 +26,6 @@ class ErrorCheck { ValidCommands* validCommand; ValidParameters* validParameter; void validateReadFiles(); - // bool validCommandParameter(string, string); - // bool validParameterValue(string, string); void validateReadDist(); void validateReadPhil(); void validateParseFiles(); @@ -40,9 +38,5 @@ class ErrorCheck { bool errorFree; vector sharedGroups; - // map > commandParameters; - /// map > intParams; - // double piSent; - }; #endif