Remove unnecessary archTypeSpecificInfo.optimizableProperties()

The method is provided by an embedded type.

Bug: 195754365
Test: m nothing
Change-Id: I08ede08a393dbabf40f064befaf73ef2947380bd
This commit is contained in:
Paul Duffin
2021-09-14 17:08:27 +01:00
parent f68f85a3ca
commit 05732954c6

View File

@@ -1563,10 +1563,6 @@ func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType
return archInfo
}
func (archInfo *archTypeSpecificInfo) optimizableProperties() interface{} {
return archInfo.Properties
}
// Get the link type of the variant
//
// If the variant is not differentiated by link type then it returns "",