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 3473784b..2945b697 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -197,7 +197,6 @@ public: /// - bool isConstant() const { return getKind() == Expr::Constant; } uint64_t getConstantValue() const; /* Static utility methods */ |