summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Annotation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Parser/Annotation.hs')
-rw-r--r--compiler/GHC/Parser/Annotation.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/compiler/GHC/Parser/Annotation.hs b/compiler/GHC/Parser/Annotation.hs
index 3dd3b3302b..a860e3edb9 100644
--- a/compiler/GHC/Parser/Annotation.hs
+++ b/compiler/GHC/Parser/Annotation.hs
@@ -4,10 +4,6 @@
{-# LANGUAGE FlexibleInstances #-}
module GHC.Parser.Annotation (
- -- * Out-of-tree API Annotations. Exist for the duration of !5158,
- -- * will be removed by !2418
- ApiAnns(..),
-
-- * Core API Annotation types
AnnKeywordId(..),
AnnotationComment(..), AnnotationCommentTok(..),
@@ -162,12 +158,6 @@ The wiki page describing this feature is
https://gitlab.haskell.org/ghc/ghc/wikis/api-annotations
-}
--- ---------------------------------------------------------------------
-
-data ApiAnns =
- ApiAnns
- { apiAnnRogueComments :: [LAnnotationComment]
- }
-- --------------------------------------------------------------------