diff options
Diffstat (limited to 'cc/binary.go')
| -rw-r--r-- | cc/binary.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/binary.go b/cc/binary.go index 608251afc..627d5e560 100644 --- a/cc/binary.go +++ b/cc/binary.go @@ -551,10 +551,6 @@ func (binary *binaryDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON binary.baseLinker.moduleInfoJSON(ctx, moduleInfoJSON) } -func (binary *binaryDecorator) testSuiteInfo(ctx ModuleContext) { - // not a test -} - var _ overridable = (*binaryDecorator)(nil) func init() { |
