Reviewers: Lasse Reichstein, Message: Tiny cleanup change.
Description: Remove unused code from runtime profiler. Please review this at http://codereview.chromium.org/7617003/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/runtime-profiler.h 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); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
