Remove unused function
Change-Id: I5457124fe584d86953f3167303e92ae6134fa843
This commit is contained in:
parent
fa72a0e94d
commit
d910a51498
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue