unused operators removed
This commit is contained in:
parent
a80a6b3f32
commit
a93dd7dabb
@ -152,16 +152,6 @@ namespace
|
||||
return lhs.m_id < rhs.m_id;
|
||||
}
|
||||
|
||||
friend bool operator==( const Symbol& lhs, const Symbol& rhs )
|
||||
{
|
||||
return lhs.m_id == rhs.m_id;
|
||||
}
|
||||
|
||||
friend bool operator!=( const Symbol& lhs, const Symbol& rhs )
|
||||
{
|
||||
return lhs.m_id != rhs.m_id;
|
||||
}
|
||||
|
||||
uint32_t m_id;
|
||||
Type m_type;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user