diff options
| -rw-r--r-- | runtime/parsed_options.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/parsed_options.cc b/runtime/parsed_options.cc index b27bd6b235..a5df892e29 100644 --- a/runtime/parsed_options.cc +++ b/runtime/parsed_options.cc @@ -464,13 +464,6 @@ bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognize } args.Set(M::BackgroundGc, BackgroundGcOption { background_collector_type_ }); - { - XGcOption* xgc = args.Get(M::GcOption); - if (xgc != nullptr) { - xgc->collector_type_ = collector_type_; - args.Set(M::GcOption, *xgc); - } - } } // If a reference to the dalvik core.jar snuck in, replace it with |