diff options
Diffstat (limited to 'python/defaults.go')
-rw-r--r-- | python/defaults.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/defaults.go b/python/defaults.go index 641aca45..dba23a72 100644 --- a/python/defaults.go +++ b/python/defaults.go @@ -30,9 +30,6 @@ type Defaults struct { func (d *Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) { } -func (d *Defaults) DepsMutator(ctx android.BottomUpMutatorContext) { -} - func defaultsFactory() android.Module { return DefaultsFactory() } |