SGComps: remove custom merge semantics for SGInputLoader
Gaudi v36r4 automatically handles the merge semantics of sets correctly.
The "Load" property is of type DataObjIDColl
, which is an
unordered_set
and thus we no longer need to define our own merge
semantics for it.