summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/StgCmmUtils.hs')
-rw-r--r--compiler/codeGen/StgCmmUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmUtils.hs b/compiler/codeGen/StgCmmUtils.hs
index 4575a0384e..509a1ebbb4 100644
--- a/compiler/codeGen/StgCmmUtils.hs
+++ b/compiler/codeGen/StgCmmUtils.hs
@@ -40,7 +40,7 @@ module StgCmmUtils (
packHalfWordsCLit,
blankWord,
- getSRTInfo, clHasCafRefs, srt_escape
+ getSRTInfo, srt_escape
) where
#include "HsVersions.h"