about summary refs log tree commit diff homepage
path: root/lib/Expr
diff options
context:
space:
mode:
authorDaniel Schemmel <daniel@schemmel.net>2023-03-23 16:49:08 +0000
committerFrank Busse <f.busse@imperial.ac.uk>2023-04-01 14:01:06 +0100
commita46b8059ba5f8b5759813d142018478d4b72db71 (patch)
treefb9ed09e21203ad39d795beb88af2015dc7501f2 /lib/Expr
parent2aa5b7b83da9d3036c5b90df7be0a1e6a49d058f (diff)
downloadklee-a46b8059ba5f8b5759813d142018478d4b72db71.tar.gz
remove include/klee/Support/IntEvaluation.h
Diffstat (limited to 'lib/Expr')
-rw-r--r--lib/Expr/Expr.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Expr/Expr.cpp b/lib/Expr/Expr.cpp
index d82cbee3..2d3670d8 100644
--- a/lib/Expr/Expr.cpp
+++ b/lib/Expr/Expr.cpp
@@ -12,9 +12,6 @@
 #include "klee/Config/Version.h"
 #include "klee/Expr/ExprPPrinter.h"
 #include "klee/Support/OptionCategories.h"
-// FIXME: We shouldn't need this once fast constant support moves into
-// Core. If we need to do arithmetic, we probably want to use APInt.
-#include "klee/Support/IntEvaluation.h"
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/Hashing.h"