From d910a5149877b65f471c9404b6c407566d486626 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 9 Apr 2014 10:21:01 +0200 Subject: Remove unused function Change-Id: I5457124fe584d86953f3167303e92ae6134fa843 --- test/source/diff/diff.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'test/source') 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); -- cgit