[Libreoffice-commits] core.git: test/source

Stephan Bergmann sbergman at redhat.com
Wed Apr 9 01:21:28 PDT 2014


 test/source/diff/diff.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d910a5149877b65f471c9404b6c407566d486626
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 9 10:21:01 2014 +0200

    Remove unused function
    
    Change-Id: I5457124fe584d86953f3167303e92ae6134fa843

diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx
index 506cc86..004a0e5 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);


More information about the Libreoffice-commits mailing list