Bytecode: remove hack for exogenous deterministic index

The support in the bytecode MEX was broken anyways.
master
Sébastien Villemot 2022-07-05 14:10:34 +02:00
parent c27354ace0
commit db0d9290b5
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 2 deletions

View File

@ -1299,8 +1299,6 @@ VariableNode::writeBytecodeOutput(BytecodeWriter &code_file, bool assignment_lhs
else
{
int tsid = datatree.symbol_table.getTypeSpecificID(symb_id);
if (type == SymbolType::exogenousDet)
tsid += datatree.symbol_table.exo_nbr();
if (!assignment_lhs)
{
if (dynamic)