summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/printtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/parser/printtree.c')
-rw-r--r--ghc/compiler/parser/printtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/parser/printtree.c b/ghc/compiler/parser/printtree.c
index 3a4410be1f..15e7e6e6fe 100644
--- a/ghc/compiler/parser/printtree.c
+++ b/ghc/compiler/parser/printtree.c
@@ -526,7 +526,6 @@ prbind(b)
case ispec_uprag:
PUTTAGSTR("SS");
plineno(gispec_line(b));
- pqid(gispec_clas(b));
pttype(gispec_ty(b));
break;
case inline_uprag: