From f1a5217a645cccdf4e5c8e4ed09c5908eacae57c Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 21 Jul 2015 17:50:00 +0200
Subject: [PATCH] preprocessor: remove comments associated with
 c604d9da385a4e28fa049d79db13cf1c749c9d55

---
 preprocessor/DynamicModel.hh     | 1 -
 preprocessor/ModFile.hh          | 1 -
 preprocessor/SteadyStateModel.hh | 3 +--
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/preprocessor/DynamicModel.hh b/preprocessor/DynamicModel.hh
index d96a7d5045..0bf34f4793 100644
--- a/preprocessor/DynamicModel.hh
+++ b/preprocessor/DynamicModel.hh
@@ -469,7 +469,6 @@ public:
   };
   bool isModelLocalVariableUsed() const;
 
-  // in ExternalFiles.cc
   //! Writes model initialization and lead/lag incidence matrix to C output
   void writeCOutput(ostream &output, const string &basename, bool block, bool byte_code, bool use_dll, int order, bool estimation_present) const;
   //! Writes model initialization and lead/lag incidence matrix to Cpp output
diff --git a/preprocessor/ModFile.hh b/preprocessor/ModFile.hh
index 34b3b30bf4..11e3e42461 100644
--- a/preprocessor/ModFile.hh
+++ b/preprocessor/ModFile.hh
@@ -152,7 +152,6 @@ public:
                         , bool cygwin, bool msvc
 #endif
                         ) const;
-  // Functions located in ExternalFiles.cc
   void writeExternalFiles(const string &basename, FileOutputType output, LanguageOutputType language) const;
   void writeExternalFilesC(const string &basename, FileOutputType output) const;
   void writeExternalFilesCC(const string &basename, FileOutputType output) const;
diff --git a/preprocessor/SteadyStateModel.hh b/preprocessor/SteadyStateModel.hh
index 64b78573b8..2dd752ba94 100644
--- a/preprocessor/SteadyStateModel.hh
+++ b/preprocessor/SteadyStateModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 Dynare Team
+ * Copyright (C) 2010-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -49,7 +49,6 @@ public:
     \param[in] ramsey_model Is there a Ramsey model in the MOD file? If yes, then use the "ys" in argument of the steady state file as initial values
   */
   void writeSteadyStateFile(const string &basename, bool ramsey_model) const;
-  // in ExternalFiles.cc
   void writeSteadyStateFileC(const string &basename, bool ramsey_model) const;
 };
 
-- 
GitLab