summaryrefslogtreecommitdiff
path: root/compiler/parser/cutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser/cutils.h')
-rw-r--r--compiler/parser/cutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/parser/cutils.h b/compiler/parser/cutils.h
index c7c1867ded..95a10c59f9 100644
--- a/compiler/parser/cutils.h
+++ b/compiler/parser/cutils.h
@@ -9,7 +9,6 @@
// Out-of-line string functions, see PrimPacked.lhs
HsInt ghc_strlen( HsAddr a );
HsInt ghc_memcmp( HsAddr a1, HsAddr a2, HsInt len );
-HsInt ghc_memcmp_off( HsAddr a1, HsInt i, HsAddr a2, HsInt len );
void enableTimingStats( void );