aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.hs b/src/Main.hs
index f21bde5e..93f18e88 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -407,11 +407,7 @@ getInTreeLibDir = do
m <- getExecDir
case m of
Nothing -> error "No GhcLibDir found"
-#ifdef NEW_GHC_LAYOUT
Just d -> return (d </> ".." </> "lib")
-#else
- Just d -> return (d </> "..")
-#endif
getExecDir :: IO (Maybe String)