summaryrefslogtreecommitdiff
path: root/rts/Proftimer.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-08-21 09:48:22 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-08-21 10:00:06 +0100
commitbb120dfda517b43e050fb628c7729469f4bc1f07 (patch)
tree7b5feee6448165585995a8bc0ed58913237338b4 /rts/Proftimer.h
parent106f0434144199276add8860c146c542cc67513b (diff)
downloadhaskell-bb120dfda517b43e050fb628c7729469f4bc1f07.tar.gz
move startProfTimer() and stopProfTimer() to the public headers
Diffstat (limited to 'rts/Proftimer.h')
-rw-r--r--rts/Proftimer.h3
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 );