aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/tools/empty.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tools/empty.go')
-rw-r--r--pkg/tools/empty.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/tools/empty.go b/pkg/tools/empty.go
deleted file mode 100644
index d5b3488ec..000000000
--- a/pkg/tools/empty.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2021 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 tools
-
-// Empty file to unbreak bazel+glaze build (tools.go is excluded by build constraints).