[project @ 2000-12-16 13:26:13 by simonmar]
authorsimonmar <unknown>
Sat, 16 Dec 2000 13:26:13 +0000 (13:26 +0000)
committersimonmar <unknown>
Sat, 16 Dec 2000 13:26:13 +0000 (13:26 +0000)
remove duplicate comment

ghc/mk/version.mk

index 7d875c7..8942572 100644 (file)
@@ -50,8 +50,7 @@ ProjectVersionInt = 411
 # This variable is used ONLY for hi-boot files.  Its only purpose is
 # to allow you to have a single directory with multiple .hi-boot files
 # for the same module, each corresponding to a different version of
-# GHC.  Normal compiler-generated .hi files have ProjectVersionInt
-# (above) burned in, and can only be used by a matching compiler.
+# GHC.
 #
 # HscIfaceFileVersion is propagated to hsc via
 # ghc/compiler/main/Config.hs, which is automatically generated by