| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 7d898cedb3e5502ea7971adf8e58292a9df87461..9ff2a171a3d9baafe18d59b8514d7b44fbf37267 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -2,8 +2,6 @@
|
| //
|
| // Tests of profiles generator and utilities.
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #include "v8.h"
|
| #include "cpu-profiler-inl.h"
|
| #include "cctest.h"
|
| @@ -401,5 +399,3 @@ TEST(DeleteCpuProfileDifferentTokens) {
|
| CHECK_EQ(0, CpuProfiler::GetProfilesCount());
|
| CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3));
|
| }
|
| -
|
| -#endif // ENABLE_LOGGING_AND_PROFILING
|
|
|