c8ebfcd739
Since the transition from Source based to Kernel based frontend to the Dart VM, we have not supported callable redirecting factories. This has caused all removed code in this CL to be unused and untested! The support for reifing redirection related information would mainly be used by embedder / dart:mirrors. Right now its not used by anyone and the kernel support was never implemented. I suggest we remove the unused and untested code until a decision has been made that we actually want to support it - in which case it can be properly implemented, possibly by re-using some of the deleted code in this CL. TEST=CL removes unused code, no test result changes. Change-Id: I7ed45c85b4efcc1e81ce44cbe08bb555e52101b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166853 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>