diff options
Diffstat (limited to 'lib/Support/PrintVersion.cpp')
-rw-r--r-- | lib/Support/PrintVersion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Support/PrintVersion.cpp b/lib/Support/PrintVersion.cpp index dfea5007..d39249df 100644 --- a/lib/Support/PrintVersion.cpp +++ b/lib/Support/PrintVersion.cpp @@ -27,9 +27,6 @@ void klee::printVersion() #else llvm::outs() << "unknown\n"; #endif -#ifdef KLEE_BUILD_TAG - llvm::outs() << " Build tag: " << KLEE_BUILD_TAG "\n"; -#endif // Show LLVM version information llvm::outs() << "\n"; llvm::cl::PrintVersionMessage(); |