From c556f115ca05c6aec7327d3a5ee920dea3176f97 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 6 May 2004 12:24:19 +0000 Subject: [PATCH] [project @ 2004-05-06 12:24:19 by simonpj] Remove dead comments --- ghc/compiler/basicTypes/SrcLoc.lhs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ghc/compiler/basicTypes/SrcLoc.lhs b/ghc/compiler/basicTypes/SrcLoc.lhs index 8b25be9..8d02e03 100644 --- a/ghc/compiler/basicTypes/SrcLoc.lhs +++ b/ghc/compiler/basicTypes/SrcLoc.lhs @@ -65,20 +65,6 @@ data SrcLoc | ImportedLoc String -- Module name | UnhelpfulLoc FastString -- Just a general indication - -{- -data SrcSpan - = WiredInSpan - - -- A precise source file span - | SrcSpan FastString -- file name - FastInt -- beginning line - FastInt -- beginning column - FastInt -- end line - FastInt -- end column - - | UnhelpfulSrcSpan FastString -- Just a general indication --} \end{code} Note that an entity might be imported via more than one route, and -- 1.7.10.4