Index: src/runtime-profiler.h |
=================================================================== |
--- src/runtime-profiler.h (revision 8886) |
+++ src/runtime-profiler.h (working copy) |
@@ -94,13 +94,7 @@ |
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); |
void Optimize(JSFunction* function); |