diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RtsUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 14856bf943..241cbf3368 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -39,10 +39,6 @@ char *ullong_format_string(ullong, char *, rtsBool); void heapCheckFail( void ); #endif -// XXX shouldn't be here -void* __hscore_get_saved_termios(int fd); -void __hscore_set_saved_termios(int fd, void* ts); - void printRtsInfo(void); HsInt genSymZh(void); |