浏览代码

unix: remove duplicate build tag

Remove a duplicate build tag in unix/flock.go. Keep the alphabetically
sorted version below the copyright header.

Change-Id: Ie3a6e5e01e5e4114960fdf63111a68d3b2b8de47
Reviewed-on: https://go-review.googlesource.com/51051
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Tobias Klauser 8 年之前
父节点
当前提交
14ac33bf84
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      unix/flock.go

+ 0 - 2
unix/flock.go

@@ -1,5 +1,3 @@
-// +build linux darwin freebsd openbsd netbsd dragonfly
-
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.