Raku / nqp

NQP
Other
341 stars 131 forks source link

Remove unused apply_transcoding compiler function #804

Closed ugexe closed 1 year ago

ugexe commented 1 year ago

This appears to have only been used by Parrot. Every other backend has their apply_transcodings function in nqp return the original input without any modifications. This change removes the apply transcodings function, and the code that called it.