Skip to content

Commit

Permalink
nobody used DefaultEq anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Nov 15, 2017
1 parent 6cd9650 commit 101bb4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Forwards.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ struct Relocator

struct EmptyStruct {};


struct DefaultEq {
template<typename T>
static bool equals(T o1, T o2) { return o1==o2; }
};

class Hash;
struct IdentityHash;
struct PtrIdentityHash;
Expand Down

0 comments on commit 101bb4a

Please sign in to comment.