about summary refs log tree commit diff homepage
path: root/tools/ktest-randgen/ktest-randgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ktest-randgen/ktest-randgen.cpp')
-rw-r--r--tools/ktest-randgen/ktest-randgen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ktest-randgen/ktest-randgen.cpp b/tools/ktest-randgen/ktest-randgen.cpp
index 9b7260eb..6146d35d 100644
--- a/tools/ktest-randgen/ktest-randgen.cpp
+++ b/tools/ktest-randgen/ktest-randgen.cpp
@@ -281,7 +281,6 @@ int main(int argc, char *argv[]) {
     push_random_obj(&b, "stdout", 1024, 1024);
     push_obj(&b, "stdout-stat", sizeof(struct stat), (unsigned char *)&s);
   }
-  push_range(&b, "model_version", 1);
 
   if (!kTest_toFile(&b, bout_file ? bout_file : "random.bout")) {
     error_exit("Error in storing data into random.bout\n");