preprocessor: remove extraneous write statement

time-shift
Houtan Bastani 2018-02-08 16:01:47 +01:00
parent d70af41c2c
commit 715fdef667
1 changed files with 0 additions and 2 deletions

View File

@ -428,8 +428,6 @@ VarModelStatement::writeOutput(ostream &output, const string &basename, bool min
output << "];" << endl;
output << "M_.var." << name << " = options_.var;" << endl
<< "clear options_.var;" << endl;
cout << "DONE writing varmodel" << endl;
}
void