summaryrefslogtreecommitdiff
path: root/rts/Stats.h
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-02-07 17:23:36 +0000
committerSergei Trofimovich <siarheit@google.com>2016-02-07 20:27:21 +0000
commit8abc7e76ecd9bdd31ace27ed24b3d42522d2f189 (patch)
treea38232fa6d87927a3fb30989ffb5e4790d25abb4 /rts/Stats.h
parent3dbd836ea2e9ddf417ed473bcff98fe29e40395a (diff)
downloadhaskell-8abc7e76ecd9bdd31ace27ed24b3d42522d2f189.tar.gz
rts: drop unused mut_user_time_during_heap_census
Was never used looking at history available in git. While at it marked 'mut_user_time_during_RP' as 'static'. Noticed by uselex.rb: mut_user_time_during_heap_census: [R]: exported from: ./rts/dist/build/Stats.p_o Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'rts/Stats.h')
-rw-r--r--rts/Stats.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rts/Stats.h b/rts/Stats.h
index b7ced97a45..5897a3b0f5 100644
--- a/rts/Stats.h
+++ b/rts/Stats.h
@@ -59,11 +59,6 @@ void initStats1(void);
double mut_user_time_until(Time t);
double mut_user_time(void);
-#ifdef PROFILING
-double mut_user_time_during_RP(void);
-double mut_user_time_during_heap_census(void);
-#endif /* PROFILING */
-
void statDescribeGens( void );
Time stat_getElapsedGCTime(void);