| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 9627277aa4dcbe5ab17ae6655c987621ad32d2b4..9204dc407658011f2c6c11c5360b63e19317632e 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -59,10 +59,6 @@ TEST(StartStop) {
|
| }
|
|
|
|
|
| -static inline i::Address ToAddress(int n) {
|
| - return reinterpret_cast<i::Address>(n);
|
| -}
|
| -
|
| static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc,
|
| i::Address frame1,
|
| i::Address frame2 = NULL,
|
|
|