From 432766dfa3217c7f5e18b0e7218111a2550b26a2 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Wed, 24 Sep 1997 10:18:31 +0000 Subject: [PATCH] [project @ 1997-09-24 10:18:31 by simonm] remove last bit of deforester. --- mk/config.mk.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 934183e9f633..387030a03637 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -213,9 +213,6 @@ GhcWithRegisterised=YES # i386, alpha & sparc GhcWithNativeCodeGen=$(shell if (test x$(findstring $(HostArch_CPP),i386 alpha sparc) = x); then echo NO; else echo YES; fi) -# Build the compiler with the deforester included? -GhcWithDeforester=NO - # # Building various ways? # (right now, empty if not). -- GitLab