From 4ce67061a2e1ccf49b506f8e9be20dfa1dcf5ee3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 3 Mar 2003 12:30:59 +0000 Subject: [PATCH] [project @ 2003-03-03 12:30:59 by simonmar] Remove unused export. --- ghc/compiler/prelude/PrelInfo.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 9e28920..256b03c 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -8,7 +8,6 @@ module PrelInfo ( module PrelNames, module MkId, - wiredInThings, -- Names of wired in things wiredInThingEnv, ghcPrimExports, cCallableClassDecl, cReturnableClassDecl, -- 1.7.10.4