Skip to content
Snippets Groups Projects
Commit a342886d authored by Jan Trávníček's avatar Jan Trávníček
Browse files

drop not needed compare overload

parent f225b537
No related branches found
No related tags found
No related merge requests found
......@@ -37,16 +37,4 @@ public:
 
} /* namespace rte */
 
namespace std {
template < >
struct compare < rte::RTE > {
int operator ()( const rte::RTE & first, const rte::RTE & second ) const {
return first.getData ( ).compare ( second.getData ( ) );
}
};
} /* namespace std */
#endif /* RTE_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment