diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-21 20:32:09 +0000 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2023-03-23 20:30:11 +0000 |
commit | 0ca2dc8176a08a0d4fcaa90807e770a5809d95cf (patch) | |
tree | 8d1d7972153c406f4c898571efa5865f60712bbb /tools/ktest-randgen/ktest-randgen.cpp | |
parent | 58d454647ff1465128423fa02896f84e5d3b989a (diff) | |
download | klee-0ca2dc8176a08a0d4fcaa90807e770a5809d95cf.tar.gz |
Remove model_version from the POSIX runtime, as we have never used it.
Diffstat (limited to 'tools/ktest-randgen/ktest-randgen.cpp')
-rw-r--r-- | tools/ktest-randgen/ktest-randgen.cpp | 1 |
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"); |