diff options
| author | Brian Carlstrom <bdc@google.com> | 2010-09-01 10:49:48 -0700 |
|---|---|---|
| committer | Brian Carlstrom <bdc@google.com> | 2010-09-01 12:51:48 -0700 |
| commit | c415aaf5d72862084cf58ccf53b6d0e8370109de (patch) | |
| tree | ffb394a2f75ffcab134b6c00a889a7640920a85b /vm/Thread.h | |
| parent | 0f68087322e3a43df3763d3500fc564d147793e7 (diff) | |
| download | android_dalvik-c415aaf5d72862084cf58ccf53b6d0e8370109de.tar.gz android_dalvik-c415aaf5d72862084cf58ccf53b6d0e8370109de.tar.bz2 android_dalvik-c415aaf5d72862084cf58ccf53b6d0e8370109de.zip | |
Removal of more sampling profiler bits
dalvik/vm/native/SystemThread.[ch] was added for the old sampling
profiler, and can be removed as it's not needed for the new one.
Bug: 2967741
Change-Id: Ibd306b4ba579f9796facbf7a69719b3cb6640762
Diffstat (limited to 'vm/Thread.h')
| -rw-r--r-- | vm/Thread.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vm/Thread.h b/vm/Thread.h index 7ac364334..e336dda49 100644 --- a/vm/Thread.h +++ b/vm/Thread.h @@ -85,11 +85,6 @@ void dvmSlayDaemons(void); #define kMaxStackSize (256*1024 + STACK_OVERFLOW_RESERVE) /* - * System thread state. See native/SystemThread.h. - */ -typedef struct SystemThread SystemThread; - -/* * Our per-thread data. * * These are allocated on the system heap. @@ -244,9 +239,6 @@ typedef struct Thread { /* PC, saved on every instruction; redundant with StackSaveArea */ const u2* currentPc2; #endif - - /* system thread state */ - SystemThread* systemThread; } Thread; /* start point for an internal thread; mimics pthread args */ |
