diff options
Diffstat (limited to 'vm/alloc/HeapInternal.h')
-rw-r--r-- | vm/alloc/HeapInternal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vm/alloc/HeapInternal.h b/vm/alloc/HeapInternal.h index 0298f842e..5a7e43d29 100644 --- a/vm/alloc/HeapInternal.h +++ b/vm/alloc/HeapInternal.h @@ -110,15 +110,6 @@ struct GcHeap { int ddmHpsgWhat; int ddmNhsgWhen; int ddmNhsgWhat; - -#if WITH_HPROF - bool hprofDumpOnGc; - const char* hprofFileName; - int hprofFd; - hprof_context_t *hprofContext; - int hprofResult; - bool hprofDirectToDdms; -#endif }; bool dvmLockHeap(void); |