OSDN Git Service

Remove the sole use of WITH_HPROF_STACK_UNREACHABLE macro. This
authorCarl Shapiro <cshapiro@google.com>
Thu, 25 Feb 2010 23:13:05 +0000 (15:13 -0800)
committerCarl Shapiro <cshapiro@google.com>
Thu, 25 Feb 2010 23:13:05 +0000 (15:13 -0800)
feature never seems to have existed.

vm/Init.c

index ed5a41c..f6e85cc 100644 (file)
--- a/vm/Init.c
+++ b/vm/Init.c
@@ -144,9 +144,6 @@ static void dvmUsage(const char* progName)
 #ifdef WITH_HPROF_STACK
         " hprof_stack"
 #endif
-#ifdef WITH_HPROF_STACK_UNREACHABLE
-        " hprof_stack_unreachable"
-#endif
 #ifdef WITH_ALLOC_LIMITS
         " alloc_limits"
 #endif