Merge "Remove unused variable SKIP_BOOT_JARS_CHECK."
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user