diff options
Diffstat (limited to 'rts/RtsUtils.h')
-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 c29c959d76..fea1d4191c 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -40,10 +40,6 @@ extern nat stg_strlen(char *str); extern char *time_str(void); extern char *ullong_format_string(ullong, char *, rtsBool); -#ifdef PAR -extern ullong msTime(void); -#endif - #ifdef DEBUG extern void heapCheckFail( void ); #endif |