From bf6df4192e9404432ff8c787475b352d475ceb85 Mon Sep 17 00:00:00 2001
From: Martin Nowack <martin@se.inf.tu-dresden.de>
Date: Thu, 5 Dec 2013 21:48:38 +0100
Subject: Deprecate LLVM 2.8 and lower

---
 lib/Support/Time.cpp | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'lib/Support/Time.cpp')

diff --git a/lib/Support/Time.cpp b/lib/Support/Time.cpp
index fb0e349c..909e07da 100644
--- a/lib/Support/Time.cpp
+++ b/lib/Support/Time.cpp
@@ -10,11 +10,7 @@
 #include "klee/Config/Version.h"
 #include "klee/Internal/System/Time.h"
 
-#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9)
-#include "llvm/System/Process.h"
-#else
 #include "llvm/Support/Process.h"
-#endif
 
 using namespace llvm;
 using namespace klee;
-- 
cgit 1.4.1