Revision: 8887
Author:   [email protected]
Date:     Thu Aug 11 01:26:01 2011
Log:      Remove unused code from runtime profiler.
Review URL: http://codereview.chromium.org/7617003
http://code.google.com/p/v8/source/detail?r=8887

Modified:
 /branches/bleeding_edge/src/runtime-profiler.h

=======================================
--- /branches/bleeding_edge/src/runtime-profiler.h      Tue Jul  5 08:49:39 2011
+++ /branches/bleeding_edge/src/runtime-profiler.h      Thu Aug 11 01:26:01 2011
@@ -94,12 +94,6 @@

  private:
   static const int kSamplerWindowSize = 16;
-  static const int kStateWindowSize = 128;
-
-  enum SamplerState {
-    IN_NON_JS_STATE = 0,
-    IN_JS_STATE = 1
-  };

   static void HandleWakeUp(Isolate* isolate);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to