Bytecode: remove unused data structure

issue#70
Sébastien Villemot 2020-05-20 10:31:31 +02:00
parent 2944484442
commit 4b28f1fe9c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 3 deletions

View File

@ -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<bool> is_equation_linear;