diff options
Diffstat (limited to 'compiler/GHC/Driver/Main.hs')
-rw-r--r-- | compiler/GHC/Driver/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Main.hs b/compiler/GHC/Driver/Main.hs index 1650de05a7..7ea0cd6ae0 100644 --- a/compiler/GHC/Driver/Main.hs +++ b/compiler/GHC/Driver/Main.hs @@ -266,7 +266,6 @@ newHscEnv dflags = do , hsc_unit_env = unit_env , hsc_plugins = [] , hsc_static_plugins = [] - , hsc_unit_dbs = Nothing , hsc_hooks = emptyHooks , hsc_tmpfs = tmpfs } |