From 54df07d0e0fb0bd25f4f3c5bbdd0971e6cb7ff73 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 22 Aug 2018 17:01:03 +0200 Subject: [PATCH] remove unnecessary comment --- src/ModFile.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ModFile.cc b/src/ModFile.cc index 4d9d37b1..5efdd6e0 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -999,14 +999,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo static_model.writeOutput(mOutputFile, block); } - // Print statements - // Print var_model statements first so that the forecast functions can be used by following statements - // for (vector::const_iterator it = statements.begin(); - // it != statements.end(); it++) - // if (dynamic_cast(*it) != NULL) - // (*it)->writeOutput(mOutputFile, basename, minimal_workspace); - // dynamic_model.writeVarExpectationFunctions(mOutputFile); - for (auto statement : statements) { statement->writeOutput(mOutputFile, basename, minimal_workspace);