diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-15 21:55:49 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-25 13:36:49 +0100 |
commit | 40d32b2957993da14b32f26697f47b81bc6c0fcb (patch) | |
tree | 683812f6b403ec4636a7c4a539a22a604eed9051 /Makefile.config.in | |
parent | 9719cddc90bb276b5306baafea9f0bd684ce0b91 (diff) | |
download | klee-40d32b2957993da14b32f26697f47b81bc6c0fcb.tar.gz |
Remove dead STP logging code.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index fb8dbdb2..dc8bb872 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -36,7 +36,6 @@ ENABLE_METASMT := @ENABLE_METASMT@ METASMT_ROOT := @METASMT_ROOT@ ENABLE_POSIX_RUNTIME := @ENABLE_POSIX_RUNTIME@ -ENABLE_STPLOG := @ENABLE_STPLOG@ ENABLE_UCLIBC := @ENABLE_UCLIBC@ KLEE_UCLIBC_BCA := @KLEE_UCLIBC_BCA@ |