diff options
-rw-r--r-- | compiler/main/Packages.lhs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/main/Packages.lhs b/compiler/main/Packages.lhs index 9640f72957..9b18a33eae 100644 --- a/compiler/main/Packages.lhs +++ b/compiler/main/Packages.lhs @@ -383,10 +383,6 @@ readPackageConfig dflags conf_file = do then do let filename = conf_file </> "package.cache" debugTraceMsg dflags 2 (text "Using binary package database:" <+> text filename) readPackageDbForGhc filename -{- - -- TODO readPackageDbForGhc ^^ instead - return (map installedPackageInfoToPackageConfig conf) --} else do isfile <- doesFileExist conf_file if isfile |