diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 0759f953..a3a28b83 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -215,7 +215,6 @@ public: static void printKind(std::ostream &os, Kind k); static void printWidth(std::ostream &os, Expr::Width w); - static Width getWidthForLLVMType(const llvm::Type *type); /// returns the smallest number of bytes in which the given width fits static inline unsigned getMinBytesForWidth(Width w) { |