diff options
| author | Carl Shapiro <cshapiro@google.com> | 2010-02-24 19:47:40 -0800 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2010-02-25 14:41:26 -0800 |
| commit | 98740d6436340f17f5427d5923184fcace0e38cc (patch) | |
| tree | 04f8e7825960054bddc03b2168e01853abcc8c75 /tools | |
| parent | 9111757cc56570eae183ccf6e1c311a79ee3127b (diff) | |
Eliminate the unused hprof "unreachable" feature. This code dates
back to the Perforce repository and has never been enabled. Nobody
seems to know what it was once, if ever, used for so it may as well
go.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/hprof-conv/HprofConv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hprof-conv/HprofConv.c b/tools/hprof-conv/HprofConv.c index 10f3d2cf3..88e302ea1 100644 --- a/tools/hprof-conv/HprofConv.c +++ b/tools/hprof-conv/HprofConv.c @@ -80,7 +80,7 @@ typedef enum HprofHeapTag { HPROF_ROOT_REFERENCE_CLEANUP = 0x8c, HPROF_ROOT_VM_INTERNAL = 0x8d, HPROF_ROOT_JNI_MONITOR = 0x8e, - HPROF_UNREACHABLE = 0x90, + HPROF_UNREACHABLE = 0x90, /* deprecated */ HPROF_PRIMITIVE_ARRAY_NODATA_DUMP = 0xc3, } HprofHeapTag; |
