diff options
Diffstat (limited to 'libraries/base/System/Environment.hs')
-rw-r--r-- | libraries/base/System/Environment.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/System/Environment.hs b/libraries/base/System/Environment.hs index 771b490196..44382acf45 100644 --- a/libraries/base/System/Environment.hs +++ b/libraries/base/System/Environment.hs @@ -19,9 +19,7 @@ module System.Environment ( getArgs, getProgName, -#if !defined(javascript_HOST_ARCH) executablePath, -#endif getExecutablePath, getEnv, lookupEnv, |