X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=fea1d4191c4a1ed349ca8fca2531c48f17d617bf;hb=dd56e9ab4544e83d27532a8d9058140bfe81825c;hp=c29c959d76166a7188c5a2801d2c2d129f7ca96b;hpb=cfe2fd2a36f43c1f998bb5e7c0cec15480ed3f96;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index c29c959..fea1d41 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