summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2019-04-08 09:36:23 -0700
committerMathieu Chartier <mathieuc@google.com>2019-04-09 01:01:02 +0000
commitf75dce49ebe792cfd0b62c59c86fdc793926ee4d (patch)
tree72a50f8667ee88d3f030f4de91867666ab8064fa /cmdline
parenta8d23cb7febebc44ddfc03a3a135bb983eb95029 (diff)
Revert^2 "Delete GSS"
Bug: 73295078 Bug: 72738921 Bug: 33795328 Test: test/testrunner/run_build_test_target.py -j50 art-ss-gc This reverts commit e18588381b34a5ed24417c826dc389a91f8d2b7f. Change-Id: I116b7ab7dec7cafebb1e718caea71c95353417ea
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/cmdline_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdline/cmdline_types.h b/cmdline/cmdline_types.h
index dd9221d6f8..a757c91089 100644
--- a/cmdline/cmdline_types.h
+++ b/cmdline/cmdline_types.h
@@ -412,8 +412,6 @@ static gc::CollectorType ParseCollectorType(const std::string& option) {
return gc::kCollectorTypeCMS;
} else if (option == "SS") {
return gc::kCollectorTypeSS;
- } else if (option == "GSS") {
- return gc::kCollectorTypeGSS;
} else if (option == "CC") {
return gc::kCollectorTypeCC;
} else {