From 3506ef645e4cd26aebb73f493001d584e4cce22a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Apr 2012 11:29:05 +0200 Subject: Make session optional --- composite/person.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'composite') 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 { -- cgit v1.1