| Index: test/cctest/test-profile-generator.cc
|
| ===================================================================
|
| --- test/cctest/test-profile-generator.cc (revision 8778)
|
| +++ test/cctest/test-profile-generator.cc (working copy)
|
| @@ -2,8 +2,6 @@
|
| //
|
| // Tests of profiles generator and utilities.
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #include "v8.h"
|
| #include "profile-generator-inl.h"
|
| #include "cctest.h"
|
| @@ -824,5 +822,3 @@
|
| for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i)
|
| i::DeleteArray(titles[i]);
|
| }
|
| -
|
| -#endif // ENABLE_LOGGING_AND_PROFILING
|
|
|