From: simonpj Date: Thu, 6 May 2004 12:24:19 +0000 (+0000) Subject: [project @ 2004-05-06 12:24:19 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1865 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c556f115ca05c6aec7327d3a5ee920dea3176f97;p=ghc-hetmet.git [project @ 2004-05-06 12:24:19 by simonpj] Remove dead comments --- 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