A code change that neither fixes a
bug nor adds a feature
Description
Swift 4.1 temporarily broke initialisers for Codable objects. For this, we had to add a deprecated init which satisfied the compilers requirements. This is now no longer needed so these init functions can go.
Status
Type
Refactor
A code change that neither fixes a bug nor adds a feature
Description
Swift 4.1 temporarily broke initialisers for Codable objects. For this, we had to add a deprecated init which satisfied the compilers requirements. This is now no longer needed so these init functions can go.