From dcea8bb90525bab566d01bd8c4134646f7cd0635 Mon Sep 17 00:00:00 2001 From: Daniel Schemmel Date: Tue, 8 May 2018 01:04:16 +0200 Subject: remove unused file: tools/klee/Debug.cpp --- tools/klee/Debug.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tools/klee/Debug.cpp (limited to 'tools') diff --git a/tools/klee/Debug.cpp b/tools/klee/Debug.cpp deleted file mode 100644 index fbabed9d..00000000 --- a/tools/klee/Debug.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include - -void kdb_printExpr(klee::Expr *e) { - llvm::errs() << "expr: " << e << " -- "; - if (e) { - llvm::errs() << *e; - } else { - llvm::errs() << "(null)"; - } - llvm::errs() << "\n"; -} -- cgit 1.4.1