Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index b433c30a0f714da02dbd54625dfd5cd48d886d83..c579a206ef203cf477714924cdeba2df155bef2d 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -2723,11 +2723,6 @@ static Object* Runtime_NewObject(Arguments args) { |
| } |
| -#ifdef DEBUG |
| -DEFINE_bool(trace_lazy, false, "trace lazy compilation"); |
| -#endif |
| - |
| - |
| static Object* Runtime_LazyCompile(Arguments args) { |
| HandleScope scope; |
| ASSERT(args.length() == 1); |