Skip to content

Commit 718683f

Browse files
committed
Remove trace_stackt
This is only used in derivative out-of-repo classes, and therefore should be moved there.
1 parent 57f5927 commit 718683f

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)