Skip to content

EventContext: remove incomplete and useless operator=

Charles Leggett requested to merge leggett/Gaudi:dev/EventContext into master

(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.

Merge request reports