about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/klee/Expr.h b/include/klee/Expr.h
index 8f7117bf..cc3a392b 100644
--- a/include/klee/Expr.h
+++ b/include/klee/Expr.h
@@ -197,8 +197,6 @@ public:
 
   ///
 
-  uint64_t getConstantValue() const;
-
   /* Static utility methods */
 
   static void printKind(std::ostream &os, Kind k);