diff options
Diffstat (limited to 'composite')
-rw-r--r-- | composite/person.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/composite/person.hxx b/composite/person.hxx index c80e2d8..f0626e5 100644 --- a/composite/person.hxx +++ b/composite/person.hxx @@ -168,13 +168,6 @@ private: std::string domain_; }; -inline bool -operator< (const email_address& x, const email_address& y) -{ - return x.recipient () < y.recipient () || - (x.recipient () == y.recipient () && x.domain() < y.domain ()); -} - #pragma db object class person { |