From ca835e7d4abed39a8dfc072f4fd85b1943197f21 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 2 Apr 2025 04:49:12 -0700 Subject: pkg/csource: remove obsolete go:generate We don't use go:generate in this package anymore. --- pkg/csource/common.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/csource') 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 ( -- cgit mrf-deployment