| Index: src/profile-generator.h
|
| ===================================================================
|
| --- src/profile-generator.h (revision 8778)
|
| +++ src/profile-generator.h (working copy)
|
| @@ -28,8 +28,6 @@
|
| #ifndef V8_PROFILE_GENERATOR_H_
|
| #define V8_PROFILE_GENERATOR_H_
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #include "allocation.h"
|
| #include "hashmap.h"
|
| #include "../include/v8-profiler.h"
|
| @@ -1130,6 +1128,4 @@
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #endif // V8_PROFILE_GENERATOR_H_
|
|
|