We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a87f5c + 718683f commit fcafa41Copy full SHA for fcafa41
src/goto-programs/interpreter_class.h
@@ -90,16 +90,6 @@ class interpretert:public messaget
90
const dynamic_typest &get_dynamic_types() { return dynamic_types; }
91
92
protected:
93
- struct trace_stack_entryt
94
- {
95
- irep_idt func_name;
96
- mp_integer this_address;
97
- irep_idt capture_symbol;
98
- bool is_super_call;
99
- std::vector<interpretert::function_assignmentt> param_values;
100
- };
101
- typedef std::vector<trace_stack_entryt> trace_stackt;
102
-
103
const symbol_tablet &symbol_table;
104
105
// This is a cache so that we don't have to create it when a call needs it
0 commit comments