Remove desugar support

Desugaring is always handled by d8 now.

Test: m checkbuild
Change-Id: I29e8f68e51b194a4090866acc63f19f0605e318d
This commit is contained in:
Colin Cross
2018-05-24 13:02:09 -07:00
parent dd0b4e06f5
commit 000280bb0e
5 changed files with 16 additions and 138 deletions

View File

@@ -627,10 +627,6 @@ func (c *config) Android64() bool {
return false
}
func (c *config) UseD8Desugar() bool {
return !c.IsEnvFalse("USE_D8_DESUGAR")
}
func (c *config) UseGoma() bool {
return Bool(c.productVariables.UseGoma)
}