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

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

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

Modified:
   haiku/trunk/src/bin/debug/profile/Thread.h
Log:
Superfluous virtuals (declared in the base class already).


Modified: haiku/trunk/src/bin/debug/profile/Thread.h
===================================================================
--- haiku/trunk/src/bin/debug/profile/Thread.h  2010-02-20 18:04:32 UTC (rev 
35543)
+++ haiku/trunk/src/bin/debug/profile/Thread.h  2010-02-20 18:08:07 UTC (rev 
35544)
@@ -117,11 +117,6 @@
                        ThreadImageType*        FindImage(addr_t address) const;
                        int32                           
GetHitImages(ThreadImageType** images) const;
 
-       virtual void                            AddSamples(addr_t* samples,
-                                                                       int32 
sampleCount) = 0;
-       virtual void                            AddDroppedTicks(int32 dropped) 
= 0;
-       virtual void                            PrintResults() = 0;
-
        virtual ThreadImageType*        CreateThreadImage(Image* image) = 0;
 
 protected:


Other related posts:

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