diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apex/apex.go b/apex/apex.go index b7faa5b98..09b6daabd 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -458,10 +458,6 @@ type apexBundle struct { modulePaths []string } -func (*apexBundle) InstallBypassMake() bool { - return true -} - // apexFileClass represents a type of file that can be included in APEX. type apexFileClass int |