summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 6c615d391..b297be6fb 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -92,12 +92,6 @@ public:
operator bool() const;
/**
- * Returns the hash value of the expression. Equal expression will have the
- * same hash value.
- */
- size_t hash() const;
-
- /**
* Returns the kind of the expression (AND, PLUS ...).
* @return the kind of the expression
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback