Skip to content

replace EL::StatusCode with a typedef

Nils Erik Krumnack requested to merge krumnack/athena:el_status_code into 21.2

It is functionally identical to ::StatusCode, indeed both of them were originally copied from the same class in Athena. So there is no real reason to keep it around, and removing it should simplify our code in a number places in which we currently have to translate between the two or otherwise have to be aware of the difference.

Merge request reports