summaryrefslogtreecommitdiffstats
path: root/vm/Init.c
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-01-31 18:07:58 -0800
committerCarl Shapiro <cshapiro@google.com>2011-01-31 18:07:58 -0800
commit83ff618a3e5a63b1930ed546c3d2ef194d29d642 (patch)
tree8a902312ca7c2fd6912c01c8311d576cd6ca0833 /vm/Init.c
parent19cefdcde26ea31d06cef031032b2ef78013d976 (diff)
downloadandroid_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.tar.gz
android_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.tar.bz2
android_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.zip
Remove the HPROF stack trace collection feature.
Change-Id: I0eab9c496b07212fb2c86fe122dc422e70af891e
Diffstat (limited to 'vm/Init.c')
-rw-r--r--vm/Init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm/Init.c b/vm/Init.c
index 7bbd4675d..c2c0d5eda 100644
--- a/vm/Init.c
+++ b/vm/Init.c
@@ -142,9 +142,6 @@ static void usage(const char* progName)
" debugger"
" profiler"
" hprof"
-#ifdef WITH_HPROF_STACK
- " hprof_stack"
-#endif
#ifdef WITH_MONITOR_TRACKING
" monitor_tracking"
#endif