about summary refs log tree commit diff homepage
path: root/tools/ktest-gen/ktest-gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ktest-gen/ktest-gen.cpp')
-rw-r--r--tools/ktest-gen/ktest-gen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/ktest-gen/ktest-gen.cpp b/tools/ktest-gen/ktest-gen.cpp
index 331ff7b1..d127c0e5 100644
--- a/tools/ktest-gen/ktest-gen.cpp
+++ b/tools/ktest-gen/ktest-gen.cpp
@@ -303,8 +303,6 @@ int main(int argc, char *argv[]) {
   b.numArgs = argv_copy_idx;
   b.args = argv_copy;
 
-  push_range(&b, "model_version", 1);
-
   if (!kTest_toFile(&b, bout_file ? bout_file : "file.bout"))
     assert(0);