diff --git a/StaticModel.hh b/StaticModel.hh
index bf6cad6f3e80b4e301b9d2e8eaf4bc396367a9f4..8535a714077f900d0b1a156d5796506c77abdf46 100644
--- a/StaticModel.hh
+++ b/StaticModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -30,9 +30,6 @@ using namespace std;
 class StaticModel : public ModelTree
 {
 private:
-  //! Temporary terms for the file containing parameters dervicatives
-  temporary_terms_t params_derivs_temporary_terms;
-
   //! global temporary terms for block decomposed models
   vector<vector<temporary_terms_t> > v_temporary_terms;