about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/010vm1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm
index 92e712d3..d6f6e5a9 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -152,7 +152,6 @@ setup_recipes();
 assert(MAX_PRIMITIVE_RECIPES < 100);  // level 0 is primitives; until 99
 Next_recipe_number = 100;
 // End Load Recipes
-delete Trace_stream;  Trace_stream = new trace_stream;
 :(before "End Test Run Initialization")
 assert(Next_recipe_number < 1000);  // functions being tested didn't overflow into test space
 :(before "End Setup")