Remove unused build system variable: GhcHasEditline
authorIan Lynagh <igloo@earth.li>
Wed, 24 Nov 2010 14:04:15 +0000 (14:04 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Nov 2010 14:04:15 +0000 (14:04 +0000)
mk/config.mk.in

index 1488171..38672af 100644 (file)
@@ -474,9 +474,6 @@ endif
 
 GhcDir          = $(dir $(GHC))
 
-# Set to YES if $(GHC) has the editline package installed
-GhcHasEditline = @GhcHasEditline@
-
 # Sometimes we want to invoke ghc from the build tree in different
 # places (eg. it's handy to have a nofib & a ghc build in the same
 # tree).  We can refer to "this ghc" as $(GHC_INPLACE):