EventContext: remove incomplete and useless operator=
(from Scott Snyder)
EventContext::operator= was not copying m_eid and m_proxy. since it does the same thing as the default, better just to delete it.
(from Scott Snyder)
EventContext::operator= was not copying m_eid and m_proxy. since it does the same thing as the default, better just to delete it.