| Index: src/isolate-inl.h
|
| diff --git a/src/isolate-inl.h b/src/isolate-inl.h
|
| index 9fb16fbe96d90066a8b9fee8f7af334ec760b7c9..ddb15806a29504fff278fecf49a0337c4b1459b4 100644
|
| --- a/src/isolate-inl.h
|
| +++ b/src/isolate-inl.h
|
| @@ -39,9 +39,6 @@ namespace internal {
|
| SaveContext::SaveContext(Isolate* isolate) : prev_(isolate->save_context()) {
|
| if (isolate->context() != NULL) {
|
| context_ = Handle<Context>(isolate->context());
|
| -#if __GNUC_VERSION__ >= 40100 && __GNUC_VERSION__ < 40300
|
| - dummy_ = Handle<Context>(isolate->context());
|
| -#endif
|
| }
|
| isolate->set_save_context(this);
|
|
|
|
|