diff options
Diffstat (limited to 'compiler/parser/cutils.h')
-rw-r--r-- | compiler/parser/cutils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/parser/cutils.h b/compiler/parser/cutils.h index 0c8ab12a2c..009fffa86f 100644 --- a/compiler/parser/cutils.h +++ b/compiler/parser/cutils.h @@ -6,10 +6,5 @@ #include "HsFFI.h" -// Out-of-line string functions, see compiler/utils/FastString.hs -HsInt ghc_strlen( HsAddr a ); -HsInt ghc_memcmp( HsAddr a1, HsAddr a2, HsInt len ); - - void enableTimingStats( void ); void setHeapSize( HsInt size ); |