about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2019-03-20 21:22:55 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-03-21 12:46:01 +0000
commit539323d70215d0248303078f9c400a88dfeb8012 (patch)
tree3a64bb9f6f3f572b402ab0ca6d693ccae85df8a3 /include
parent887d48856f0bbfc5adfa1caea029d938a1ecb342 (diff)
downloadklee-539323d70215d0248303078f9c400a88dfeb8012.tar.gz
remove obsolete macro KLEE_LLVM_GEP_TYPE
Diffstat (limited to 'include')
-rw-r--r--include/klee/Config/Version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/klee/Config/Version.h b/include/klee/Config/Version.h
index a02ce28b..ac889373 100644
--- a/include/klee/Config/Version.h
+++ b/include/klee/Config/Version.h
@@ -15,12 +15,6 @@
 #define LLVM_VERSION(major, minor) (((major) << 8) | (minor))
 #define LLVM_VERSION_CODE LLVM_VERSION(LLVM_VERSION_MAJOR, LLVM_VERSION_MINOR)
 
-#if LLVM_VERSION_CODE >= LLVM_VERSION(3, 7)
-#  define KLEE_LLVM_GEP_TYPE(x) (x),
-#else
-#  define KLEE_LLVM_GEP_TYPE(x)
-#endif
-
 #if LLVM_VERSION_CODE >= LLVM_VERSION(4, 0)
 #  define KLEE_LLVM_CL_VAL_END
 #else