Merge "Remove unused variable SKIP_BOOT_JARS_CHECK."

This commit is contained in:
Ulyana Trafimovich 2021-10-01 07:21:39 +00:00 committed by Gerrit Code Review
commit 1b5262bd69

View file

@ -854,11 +854,6 @@ func (c *config) AlwaysUsePrebuiltSdks() bool {
return Bool(c.productVariables.Always_use_prebuilt_sdks)
}
// Returns true if the boot jars check should be skipped.
func (c *config) SkipBootJarsCheck() bool {
return Bool(c.productVariables.Skip_boot_jars_check)
}
func (c *config) MinimizeJavaDebugInfo() bool {
return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)
}