summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/ccgo/v3/lib/nodmesg.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/ccgo/v3/lib/nodmesg.go')
-rw-r--r--vendor/modernc.org/ccgo/v3/lib/nodmesg.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/modernc.org/ccgo/v3/lib/nodmesg.go b/vendor/modernc.org/ccgo/v3/lib/nodmesg.go
deleted file mode 100644
index 8871c8ecc..000000000
--- a/vendor/modernc.org/ccgo/v3/lib/nodmesg.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2020 The Libc Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build !ccgo.dmesg
-// +build !ccgo.dmesg
-
-package ccgo // import "modernc.org/ccgo/v3/lib"
-
-const dmesgs = false
-
-func dmesg(s string, args ...interface{}) {}