aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/build/testlinux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/build/testlinux.go')
-rw-r--r--pkg/build/testlinux.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/build/testlinux.go b/pkg/build/testlinux.go
deleted file mode 100644
index 482c162c5..000000000
--- a/pkg/build/testlinux.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2019 syzkaller project authors. All rights reserved.
-// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-
-package build
-
-// TypeBuilder implements the builder interface.
-type testBuilder struct{}
-
-func (tb testBuilder) build(targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir,
- cmdlineFile, sysctlFile string, config []byte) error {
- return nil
-}
-
-func (tb testBuilder) clean(string, string) error {
- return nil
-}