[haiku-commits] r35543 - haiku/trunk/src/bin/debug/profile

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 20 Feb 2010 19:04:32 +0100 (CET)

Author: bonefish
Date: 2010-02-20 19:04:32 +0100 (Sat, 20 Feb 2010)
New Revision: 35543
Changeset: http://dev.haiku-os.org/changeset/35543/haiku

Modified:
   haiku/trunk/src/bin/debug/profile/Thread.h
Log:
Removed superfluous typedef.


Modified: haiku/trunk/src/bin/debug/profile/Thread.h
===================================================================
--- haiku/trunk/src/bin/debug/profile/Thread.h  2010-02-20 17:24:14 UTC (rev 
35542)
+++ haiku/trunk/src/bin/debug/profile/Thread.h  2010-02-20 18:04:32 UTC (rev 
35543)
@@ -5,6 +5,7 @@
 #ifndef THREAD_H
 #define THREAD_H
 
+
 #include <String.h>
 
 #include <util/DoublyLinkedList.h>
@@ -66,9 +67,6 @@
                        void                            PrintResults() const;
 
 private:
-       typedef DoublyLinkedList<ThreadImage>   ImageList;
-
-private:
                        thread_id                       fID;
                        BString                         fName;
                        ::Team*                         fTeam;


Other related posts:

  • » [haiku-commits] r35543 - haiku/trunk/src/bin/debug/profile - ingo_weinhold