From 6f64b0468e2a3034fa1f234edf3be8cc855028ed Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 19 Sep 2006 01:03:33 +0000 Subject: [PATCH] remove old comment --- compiler/ghci/Linker.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/ghci/Linker.lhs b/compiler/ghci/Linker.lhs index 4449e07..2cbe755 100644 --- a/compiler/ghci/Linker.lhs +++ b/compiler/ghci/Linker.lhs @@ -196,7 +196,6 @@ We initialise the dynamic linker by a) calling the C initialisation procedure b) Loading any packages specified on the command line, - now held in v_ExplicitPackages c) Loading any packages specified on the command line, now held in the -l options in v_Opt_l -- 1.7.10.4