Remove explicit copy constructor from STChannelID (@graven)
- there is no corresponding operator=
- as there is no d'tor, copy c'tor can, and thus should, be implicitly generated
- should fix a number of gcc9 warnings
Cherry-picked from !2082 (merged)
Edited by Marco Cattaneo