diff options
Diffstat (limited to 'libgo/go/runtime/msan0.go')
-rw-r--r-- | libgo/go/runtime/msan0.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/runtime/msan0.go b/libgo/go/runtime/msan0.go index 48ae3e4ffdc..117c5e5789c 100644 --- a/libgo/go/runtime/msan0.go +++ b/libgo/go/runtime/msan0.go @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ignore // +build !msan // Dummy MSan support API, used when not built with -msan. |