diff options
| -rw-r--r-- | sdk/update.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sdk/update.go b/sdk/update.go index 254b7ab85..c1a94b6dd 100644 --- a/sdk/update.go +++ b/sdk/update.go @@ -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 "", |