Chromium Code Reviews| Index: src/log-utils.h |
| diff --git a/src/log-utils.h b/src/log-utils.h |
| index 81bbf779f333fa8f043898cc0fffedfd189008e3..fec7c86b7b47a828b388e6c8d572b0a807f02de9 100644 |
| --- a/src/log-utils.h |
| +++ b/src/log-utils.h |
| @@ -33,8 +33,6 @@ |
| namespace v8 { |
| namespace internal { |
| -#ifdef ENABLE_LOGGING_AND_PROFILING |
| - |
| class Logger; |
| // A memory buffer that increments its size as you write in it. Size |
| @@ -224,8 +222,6 @@ class LogMessageBuilder BASE_EMBEDDED { |
| int pos_; |
| }; |
| -#endif // ENABLE_LOGGING_AND_PROFILING |
| - |
| } } // namespace v8::internal |
| #endif // V8_LOG_UTILS_H_ |