diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-15 21:56:29 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-25 13:36:56 +0100 |
commit | 1b765967efc8d88460331d271ffefcb175a6c419 (patch) | |
tree | fd1e9c0662ecb0c31d7b6233cda38dd6fc5598af | |
parent | 40d32b2957993da14b32f26697f47b81bc6c0fcb (diff) | |
download | klee-1b765967efc8d88460331d271ffefcb175a6c419.tar.gz |
Remove some dead makefile variables left over from the old testing
system.
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index dc8bb872..098b68fb 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -73,5 +73,3 @@ CXXFLAGS := @CXXFLAGS@ -g -Wall LDFLAGS := @LDFLAGS@ -g REQUIRES_RTTI := @REQUIRES_RTTI@ -RUNTEST := @RUNTEST@ -TCLSH := @TCLSH@ |