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

delete unnecessary compare overload

parent b4bfd1b1
No related branches found
No related tags found
No related merge requests found
......@@ -109,16 +109,4 @@ public:
} /* namespace automaton */
namespace std {
template < >
struct compare < automaton::NPDTA > {
int operator ()( const automaton::NPDTA & first, const automaton::NPDTA & second ) const {
return first.compare ( second );
}
};
} /* namespace std */
#endif /* NPDTA_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