[project @ 2003-11-17 14:40:33 by simonmar]
authorsimonmar <unknown>
Mon, 17 Nov 2003 14:40:33 +0000 (14:40 +0000)
committersimonmar <unknown>
Mon, 17 Nov 2003 14:40:33 +0000 (14:40 +0000)
GC export list.

ghc/compiler/main/SysTools.lhs

index bd4aacb..8c4607a 100644 (file)
@@ -48,11 +48,10 @@ module SysTools (
        -- Temporary-file management
        setTmpDir,
        newTempName,
-       cleanTempFiles, cleanTempFilesExcept, removeTmpFiles,
+       cleanTempFiles, cleanTempFilesExcept,
        addFilesToClean,
 
        -- System interface
-       getProcessID,           -- IO Int
        system,                 -- String -> IO ExitCode
 
        -- Misc