diff options
-rw-r--r-- | test/source/diff/diff.cxx | 1 |
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); |