aboutsummaryrefslogtreecommitdiffstats
path: root/executor/stub.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-08 12:24:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-08 12:26:59 +0000
commit4dbd403fd0978b91ffe3bb2f2a749511591644dd (patch)
treea43a92648849d5127c4165b744e05e38c90bf9ee /executor/stub.go
parentdc488c459880e3f3af557dc336697138ecb8228b (diff)
pkg/csource: replace go:generate with go:embed
go:embed is a more modern way to do this and it does not require a special Makefile step. Since go:embed cannot use paths that contains "..", the actual embeding is moved to executor package.
Diffstat (limited to 'executor/stub.go')
-rw-r--r--executor/stub.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/executor/stub.go b/executor/stub.go
deleted file mode 100644
index 9b6ab882e..000000000
--- a/executor/stub.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2017 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.
-
-// Just to make cross-compilation tests work,
-// otherwise they fail with "no buildable Go source files".
-
-package executor