[commit: ghc] master: Remove unused export (0839a66)
git at git.haskell.org
git at git.haskell.org
Thu Jan 7 08:36:52 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0839a6686be4378ad0140a678f4de065d4fc140b/ghc
>---------------------------------------------------------------
commit 0839a6686be4378ad0140a678f4de065d4fc140b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jan 6 08:16:34 2016 +0000
Remove unused export
>---------------------------------------------------------------
0839a6686be4378ad0140a678f4de065d4fc140b
compiler/iface/LoadIface.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/iface/LoadIface.hs b/compiler/iface/LoadIface.hs
index f4a6a3d..b0da64c 100644
--- a/compiler/iface/LoadIface.hs
+++ b/compiler/iface/LoadIface.hs
@@ -19,7 +19,7 @@ module LoadIface (
loadInterfaceForName, loadInterfaceForModule,
-- IfM functions
- loadInterface, loadWiredInHomeIface,
+ loadInterface,
loadSysInterface, loadUserInterface, loadPluginInterface,
findAndReadIface, readIface, -- Used when reading the module's old interface
loadDecls, -- Should move to TcIface and be renamed
More information about the ghc-commits
mailing list