Kaydet (Commit) d910a514 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused function

Change-Id: I5457124fe584d86953f3167303e92ae6134fa843
üst fa72a0e9
...@@ -57,7 +57,6 @@ struct tolerance ...@@ -57,7 +57,6 @@ struct tolerance
xmlChar* attribName; xmlChar* attribName;
bool relative; bool relative;
double value; double value;
bool operator==(const tolerance& rTol) const { return xmlStrEqual(elementName, rTol.elementName) && xmlStrEqual(attribName, rTol.attribName); }
bool operator<(const tolerance& rTol) const bool operator<(const tolerance& rTol) const
{ {
int cmp = xmlStrcmp(elementName, rTol.elementName); int cmp = xmlStrcmp(elementName, rTol.elementName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment