Removed extra changes in previous commit

This commit is contained in:
Pauli Nieminen 2008-06-11 08:16:47 +00:00
parent 004687e060
commit 004bff3eb9

View file

@ -82,19 +82,6 @@ struct connection_details {
int remote_handle;
int connected_at;
bool operator>(const connection_details& o)
{ return activity_key > o.get_key(); }
size_t get_key()
{ return activity_key; }
void set_activity()
{ }
private:
size_t last_activity;
size_t activity_key;
};
typedef std::map<network::connection,connection_details> connection_map;