Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jun 26, 2024
1 parent bf6f26d commit 257a60a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cabal/src/Distribution/Simple/GHC/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ componentGhcOptions verbosity lbi bi clbi odir =
, ghcOptCppIncludes =
toNubListR $
[coerceSymbolicPath (autogenComponentModulesDir lbi clbi </> makeRelativePathEx cppHeaderName)]
, ghcOptFfiIncludes = toNubListR $ map getSymbolicPath $ includes bi
, ghcOptObjDir = toFlag $ coerceSymbolicPath odir
, ghcOptHiDir = toFlag $ coerceSymbolicPath odir
, ghcOptHieDir = bool NoFlag (toFlag $ coerceSymbolicPath odir </> (extraCompilationArtifacts </> makeRelativePathEx "hie")) $ flagHie implInfo
Expand Down
2 changes: 0 additions & 2 deletions Cabal/src/Distribution/Simple/Program/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ data GhcOptions = GhcOptions
-- ^ Search path for CPP includes like header files; the @ghc -I@ flag.
, ghcOptCppIncludes :: NubListR (SymbolicPath Pkg File)
-- ^ Extra header files to include at CPP stage; the @ghc -optP-include@ flag.
, ghcOptFfiIncludes :: NubListR FilePath
-- ^ Extra header files to include for old-style FFI; the @ghc -#include@ flag.
, ghcOptCcProgram :: Flag FilePath
-- ^ Program to use for the C and C++ compiler; the @ghc -pgmc@ flag.
, ----------------------------
Expand Down

0 comments on commit 257a60a

Please sign in to comment.