summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/value.h b/include/value.h
index 307702e..e8337a0 100644
--- a/include/value.h
+++ b/include/value.h
@@ -322,12 +322,6 @@ public:
bool operator> (const char *value) const { return ::strcmp(rawValue(), value) > 0; }
/**
- * Helper method to prepare for comparison
- * @param value
- */
- bool comparePrepare(const Value &value) const;
-
- /**
* Comparison operators for hardcoded Value
* @param value
*/