Skip to content

Commit fcafa41

Browse files
Merge pull request #813 from smowton/smowton/cleanup/remove_trace_stackt
Remove trace_stackt
2 parents 3a87f5c + 718683f commit fcafa41

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/goto-programs/interpreter_class.h

-10
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ class interpretert:public messaget
9090
const dynamic_typest &get_dynamic_types() { return dynamic_types; }
9191

9292
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-
10393
const symbol_tablet &symbol_table;
10494

10595
// This is a cache so that we don't have to create it when a call needs it

0 commit comments

Comments
 (0)