Skip to content

Commit eca7599

Browse files
committed
remove unused capability builtin collector
1 parent fde3f77 commit eca7599

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

vibes/capability_contracts.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,3 @@ func bindCapabilityContractsExcluding(
5656
scanner.excluded = excluded
5757
scanner.bindContracts(val, scope, target, scopes)
5858
}
59-
60-
func collectCapabilityBuiltins(val Value, out map[*Builtin]struct{}) {
61-
if out == nil {
62-
return
63-
}
64-
scanner := newCapabilityContractScanner()
65-
scanner.collectBuiltins(val, out)
66-
}

0 commit comments

Comments
 (0)