summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-06-11 19:34:40 +0600
committervalmat <ufabiz@gmail.com>2014-06-11 19:34:40 +0600
commit4f3769855dd65a8ef0b647c7e98860b8aa747c26 (patch)
treebe9c261e7b6284c77a5ef19d125b25f2b37f4dbd /include/value.h
parente350c8f1b33d7c6c605f5450e8cf901cc3e5e1c4 (diff)
done
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
*/