From 4b28f1fe9cb1c252de1d69aac9e0b8cc009fefb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 20 May 2020 10:31:31 +0200 Subject: [PATCH] Bytecode: remove unused data structure --- src/ModelTree.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ModelTree.hh b/src/ModelTree.hh index 3544f382..55b666e8 100644 --- a/src/ModelTree.hh +++ b/src/ModelTree.hh @@ -210,9 +210,6 @@ protected: the vector of all temporary terms */ temporary_terms_idxs_t blocks_temporary_terms_idxs; - //! the file containing the model and the derivatives code - ofstream code_file; - //! Vector indicating if the equation is linear in endogenous variable (true) or not (false) vector is_equation_linear;