diff options
Diffstat (limited to '038scheduler.cc')
-rw-r--r-- | 038scheduler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/038scheduler.cc b/038scheduler.cc index 1bde6a4d..5f329bc2 100644 --- a/038scheduler.cc +++ b/038scheduler.cc @@ -217,7 +217,6 @@ recipe f2 [ % Routines.push_back(new routine(f1)); // f1 meant to run % Routines.push_back(new routine(f2)); % Routines.back()->state = COMPLETED; // f2 not meant to run -#? % Trace_stream->dump_layer = "all"; # must have at least one routine without escaping recipe f3 [ 3:number <- copy 0 |