From 96c29e2a5e2c97d2c40c46222d4593c366de953e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 24 Jul 2020 22:27:13 +0200 Subject: Move Context to cc-ast in preparation for backend parametrisation --- utils/CC/Types.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/CC') diff --git a/utils/CC/Types.hs b/utils/CC/Types.hs index b377045..84c62b2 100644 --- a/utils/CC/Types.hs +++ b/utils/CC/Types.hs @@ -6,9 +6,6 @@ import CC.Pretty -- | Names of variables in the program type Name = String --- | Source metadata for compilation -data Context = Context FilePath - -- | Position in a source file; `SourcePos line column`, both zero-based data SourcePos = SourcePos Int Int deriving (Show, Read, Eq, Ord) -- cgit v1.2.3-70-g09d2