gr: Removed unused code

This commit is contained in:
Paul Beckingham 2015-12-22 23:43:57 -05:00
parent 23fb1aedd5
commit ed138fc819

View file

@ -50,9 +50,6 @@ int main (int argc, char** argv)
// Process command line arguments
std::string grammarFile = "";
std::string commandLine = "";
/*
std::vector <std::string> args;
*/
for (int i = 1; i < argc; ++i)
{