diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:21:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:21:01 +0200 |
commit | d910a5149877b65f471c9404b6c407566d486626 (patch) | |
tree | 8109b374c43594329e8a8fb8eddc215e79f3e58f /test/source/diff | |
parent | fa72a0e94dab1a02c067e8e629f68a548bf2492b (diff) |
Remove unused function
Change-Id: I5457124fe584d86953f3167303e92ae6134fa843
Diffstat (limited to 'test/source/diff')
-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); |