compiler: remove unused GHC.Linker.Loader.loadExpr
This patch removes the unused `GHC.Linker.Loader.loadExpr` function. It was moved from `GHC.Runtime.Linker.linkExpr` in `ghc-9.0` to `GHC.Linker.Loader.loadExpr` in `ghc-9.2`, and remain completely unused and untested ever since. There's also no third party user of this function to my best knowledge, so let's remove this. Anyone who wants to write their own GHC API function to load bytecode can consult the source code in older release branches.
Loading
-
mentioned in commit 980dc38b
-
mentioned in commit 75aec797
-
mentioned in commit 7af9eb2c
-
mentioned in commit eb1f2f29
-
mentioned in commit 346fe6f7
-
mentioned in commit a500954a
-
mentioned in commit 9424ad88
-
mentioned in commit 5cceed09
-
mentioned in commit 00d9e98e
-
mentioned in commit cf38c1b9
-
mentioned in commit f7ff6a9c
-
mentioned in commit 53dbac54
Please register or sign in to comment