diff options
Diffstat (limited to 'libgo/go/runtime/fastlog2.go')
-rw-r--r-- | libgo/go/runtime/fastlog2.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/runtime/fastlog2.go b/libgo/go/runtime/fastlog2.go index 6fbe572f4..5f3fb53 100644 --- a/libgo/go/runtime/fastlog2.go +++ b/libgo/go/runtime/fastlog2.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ignore - package runtime import "unsafe" |