aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-04-02 04:49:12 -0700
committerDmitry Vyukov <dvyukov@google.com>2025-04-02 15:19:47 +0000
commitca835e7d4abed39a8dfc072f4fd85b1943197f21 (patch)
tree9a9fe4af024273813648a966bd9e06084a526d70 /pkg/csource
parent514a302df7b2437100847d85646426c56a359e3b (diff)
pkg/csource: remove obsolete go:generate
We don't use go:generate in this package anymore.
Diffstat (limited to 'pkg/csource')
-rw-r--r--pkg/csource/common.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/csource/common.go b/pkg/csource/common.go
index 188be26c2..e341c1df0 100644
--- a/pkg/csource/common.go
+++ b/pkg/csource/common.go
@@ -1,8 +1,6 @@
// 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.
-//go:generate go run gen.go
-
package csource
import (