summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/CId.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/CId.hs')
-rw-r--r--src/GF/GFCC/CId.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/GF/GFCC/CId.hs b/src/GF/GFCC/CId.hs
deleted file mode 100644
index e4efa98ba..000000000
--- a/src/GF/GFCC/CId.hs
+++ /dev/null
@@ -1,14 +0,0 @@
-module GF.GFCC.CId (
- module GF.GFCC.Raw.AbsGFCCRaw,
- prCId,
- cId
- ) where
-
-import GF.GFCC.Raw.AbsGFCCRaw (CId(CId))
-
-prCId :: CId -> String
-prCId (CId s) = s
-
-cId :: String -> CId
-cId = CId
-