summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:21:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:21:01 +0200
commitd910a5149877b65f471c9404b6c407566d486626 (patch)
tree8109b374c43594329e8a8fb8eddc215e79f3e58f /test
parentfa72a0e94dab1a02c067e8e629f68a548bf2492b (diff)
Remove unused function
Change-Id: I5457124fe584d86953f3167303e92ae6134fa843
Diffstat (limited to 'test')
-rw-r--r--test/source/diff/diff.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx
index 506cc86886be..004a0e594944 100644
--- a/test/source/diff/diff.cxx
+++ b/test/source/diff/diff.cxx
@@ -57,7 +57,6 @@ struct tolerance
xmlChar* attribName;
bool relative;
double value;
- bool operator==(const tolerance& rTol) const { return xmlStrEqual(elementName, rTol.elementName) && xmlStrEqual(attribName, rTol.attribName); }
bool operator<(const tolerance& rTol) const
{
int cmp = xmlStrcmp(elementName, rTol.elementName);