df9d59851d
It was only used to keep track of mappings from old type/value parameters to new. We can do it manually instead of inheriting from DeepCopySymbolRemapper, because the latter does more work than needed, namely it creates 16 hash maps, and traverses the IR tree looking for any other declarations. #KT-66281