Chromium Code Reviews| Index: src/cpu-profiler.cc |
| diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc |
| index 7d56b8da278e9585114fddaf9dd808a0b7aed8c4..15edc1ebdc0096b23eef5361d24c4f1613b6ebb4 100644 |
| --- a/src/cpu-profiler.cc |
| +++ b/src/cpu-profiler.cc |
| @@ -39,7 +39,6 @@ |
| namespace v8 { |
| namespace internal { |
| -static const int kEventsBufferSize = 256 * KB; |
| static const int kTickSamplesBufferChunkSize = 64 * KB; |
| static const int kTickSamplesBufferChunksCount = 16; |
| static const int kProfilerStackSize = 64 * KB; |