| Index: src/contexts.cc
|
| diff --git a/src/contexts.cc b/src/contexts.cc
|
| index 2142fac160e5df6d6a7510a54eda9aea96b83abd..e987b455e83d8e2d7238ec2718d2d7e8e2eae80d 100644
|
| --- a/src/contexts.cc
|
| +++ b/src/contexts.cc
|
| @@ -32,14 +32,6 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -
|
| -#ifdef DEBUG
|
| -DEFINE_bool(trace_contexts, false, "trace contexts operations");
|
| -#else
|
| -#define FLAG_trace_contexts false
|
| -#endif
|
| -
|
| -
|
| JSBuiltinsObject* Context::builtins() {
|
| GlobalObject* object = global();
|
| if (object->IsJSGlobalObject()) {
|
|
|