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

New commits:
commit d910a5149877b65f471c9404b6c407566d486626
Author: Stephan Bergmann <sberg...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to