diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-08-21 09:48:22 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-08-21 10:00:06 +0100 |
commit | bb120dfda517b43e050fb628c7729469f4bc1f07 (patch) | |
tree | 7b5feee6448165585995a8bc0ed58913237338b4 /rts/Proftimer.h | |
parent | 106f0434144199276add8860c146c542cc67513b (diff) | |
download | haskell-bb120dfda517b43e050fb628c7729469f4bc1f07.tar.gz |
move startProfTimer() and stopProfTimer() to the public headers
Diffstat (limited to 'rts/Proftimer.h')
-rw-r--r-- | rts/Proftimer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Proftimer.h b/rts/Proftimer.h index a8d16b45f4..4bb063fbbc 100644 --- a/rts/Proftimer.h +++ b/rts/Proftimer.h @@ -9,9 +9,6 @@ #ifndef PROFTIMER_H #define PROFTIMER_H -void stopProfTimer ( void ); -void startProfTimer ( void ); - #include "BeginPrivate.h" void initProfTimer ( void ); |