From: sof Date: Wed, 11 Jul 2001 14:51:49 +0000 (+0000) Subject: [project @ 2001-07-11 14:51:49 by sof] X-Git-Tag: Approximately_9120_patches~1579 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b2c6dceb87bac7d7f80bd75dca43ccaa5c9369ad;p=ghc-hetmet.git [project @ 2001-07-11 14:51:49 by sof] runSomething: don't export it --- diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 47ad974..71e0e8e 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -37,9 +37,8 @@ module SysTools ( -- Misc showGhcUsage, -- IO () Shows usage message and exits - getSysMan, -- IO String Parallel system only + getSysMan -- IO String Parallel system only - runSomething -- ToDo: make private ) where import DriverUtil @@ -69,8 +68,6 @@ import List ( isSuffixOf ) #include "HsVersions.h" -{-# DEPRECATED runSomething "runSomething should be private to SysTools" #-} - \end{code}