aboutsummaryrefslogtreecommitdiff
path: root/utils/CC/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/CC/Types.hs')
-rw-r--r--utils/CC/Types.hs3
1 files changed, 0 insertions, 3 deletions
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)