#49: debug eval issue

This commit is contained in:
Louis Rubet 2017-05-02 11:57:10 +02:00
parent 7fe9b7d1ae
commit b7691135ed

View file

@ -29,7 +29,6 @@ void eval(void)
{
// else recall this variable (i.e. stack its content)
(void)_stack->pop_back();
object* new_obj = _stack->allocate_back(size, obj->_type);
stack::copy_and_push_back(obj, *_stack, size);
}
}