| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 6312e4e4083a76ef0c82e317c86373d29a17401f..22640e8a5750db238cae4044527aa1a288cc5520 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -43,12 +43,6 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -#ifdef DEBUG
|
| -DEFINE_bool(trace_normalization,
|
| - false,
|
| - "prints when objects are turned into dictionaries.");
|
| -#endif
|
| -
|
| // Getters and setters are stored in a fixed array property. These are
|
| // constants for their indices.
|
| const int kGetterIndex = 0;
|
|
|