Chromium Code Reviews| Index: src/log.h |
| =================================================================== |
| --- src/log.h (revision 1284) |
| +++ src/log.h (working copy) |
| @@ -218,8 +218,6 @@ |
| // Emits the source code of a regexp. Used by regexp events. |
| static void LogRegExpSource(Handle<JSRegExp> regexp); |
| - static void LogString(Handle<String> str, bool show_impl_info); |
| - |
| // Emits a profiler tick event. Used by the profiler thread. |
| static void TickEvent(TickSample* sample, bool overflow); |