X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=fea1d4191c4a1ed349ca8fca2531c48f17d617bf;hb=d874b8c93b737bf26c949ef7bf19fc43e335bd1f;hp=c29c959d76166a7188c5a2801d2c2d129f7ca96b;hpb=0dfcd5776f3ef89ceaafef6c4730ddac759e3716;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