[project @ 2003-11-17 14:23:30 by simonmar]
[ghc-hetmet.git] / ghc / compiler / iface / IfaceEnv.lhs
index d0c5d8f..8cfaf66 100644 (file)
@@ -11,7 +11,7 @@ module IfaceEnv (
        tcIfaceTyVar, tcIfaceDataCon, tcIfaceLclId,
 
        -- Name-cache stuff
-       allocateGlobalBinder, extendOrigNameCache, initNameCache
+       allocateGlobalBinder, initNameCache
    ) where
 
 #include "HsVersions.h"