Removed superfluous typedef.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#ifndef THREAD_H
|
||||
#define THREAD_H
|
||||
|
||||
|
||||
#include <String.h>
|
||||
|
||||
#include <util/DoublyLinkedList.h>
|
||||
@@ -65,9 +66,6 @@ public:
|
||||
void AddSamples(addr_t* samples, int32 sampleCount);
|
||||
void PrintResults() const;
|
||||
|
||||
private:
|
||||
typedef DoublyLinkedList<ThreadImage> ImageList;
|
||||
|
||||
private:
|
||||
thread_id fID;
|
||||
BString fName;
|
||||
|
||||
Reference in New Issue
Block a user