| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index a7a2573cdc7d14664f70e132dc38844c4336fca7..45a999955fb056215bb4e5fc53ae9383c97bf2f4 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -419,12 +419,6 @@ DEFINE_bool(use_idle_notification, true,
|
| // ic.cc
|
| DEFINE_bool(use_ic, true, "use inline caching")
|
|
|
| -#ifdef LIVE_OBJECT_LIST
|
| -// liveobjectlist.cc
|
| -DEFINE_string(lol_workdir, NULL, "path for lol temp files")
|
| -DEFINE_bool(verify_lol, false, "perform debugging verification for lol")
|
| -#endif
|
| -
|
| // macro-assembler-ia32.cc
|
| DEFINE_bool(native_code_counters, false,
|
| "generate extra code for manipulating stats counters")
|
|
|