diff --git a/DynamicModel.hh b/DynamicModel.hh
index d96a7d5045649069d73d46e5aecb9ffaf7f2e758..0bf34f479310bf3a26755a3bf2245389fc4a3e80 100644
--- a/DynamicModel.hh
+++ b/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/ModFile.hh b/ModFile.hh
index 34b3b30bf4080e4df669ce4613c824fd45f1b94f..11e3e4246166102f6c28ff5ac9eed950117ec93c 100644
--- a/ModFile.hh
+++ b/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/SteadyStateModel.hh b/SteadyStateModel.hh
index 64b78573b88ae2ae39affa803cb372e3dc1c1b64..2dd752ba94be75820324daf6d4f0d3efdbce3543 100644
--- a/SteadyStateModel.hh
+++ b/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;
 };