@@ -32,11 +32,6 @@ pub struct TraceMetadata {
3232 pub args : Vec < String > ,
3333}
3434
35- #[ derive( Debug , Clone , Serialize , Deserialize ) ]
36- pub struct TraceLowLevelRecord {
37- pub events : Vec < TraceLowLevelEvent > ,
38- }
39-
4035// call keys:
4136
4237#[ derive( Debug , Default , Copy , Clone , PartialEq , Serialize , Deserialize ) ]
@@ -304,22 +299,3 @@ pub enum EventLogKind {
304299 // used for trace events
305300 TraceLogEvent ,
306301}
307-
308- // struct Interpreter {
309- // env: Vec<HashMap<String, ValueId>>,
310- // values: Vec<Value>,
311- // interned_ints: HashMap<i64, ValueId>,
312- // interned_strings: HashMap<String, ValueId>,
313- // current_position: Position,
314- // // for now: TODO? more than one program file?
315- // program_path: PathBuf,
316-
317- // tracing: bool,
318- // workdir: PathBuf,
319- // paths: HashMap<PathBuf, PathId>,
320- // functions: HashMap<String, FunctionId>,
321- // variables: HashMap<String, VariableId>,
322- // types: HashMap<String, TypeId>,
323-
324- // events: Vec<TraceLowLevelEvent>,
325- // }
0 commit comments