mirror of
https://github.com/filecoin-project/lotus.git
synced 2026-03-13 08:32:30 +08:00
chore: remove obsolete // +build tag (#13440)
Signed-off-by: zjumathcode <pai314159@2980.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build debug || 2k
|
||||
// +build debug 2k
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build debug || 2k
|
||||
// +build debug 2k
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build butterflynet
|
||||
// +build butterflynet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build butterflynet
|
||||
// +build butterflynet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build calibnet
|
||||
// +build calibnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build calibnet
|
||||
// +build calibnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build debug
|
||||
// +build debug
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build interopnet
|
||||
// +build interopnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build interopnet
|
||||
// +build interopnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !debug && !2k && !testground && !calibnet && !butterflynet && !interopnet
|
||||
// +build !debug,!2k,!testground,!calibnet,!butterflynet,!interopnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !debug && !2k && !testground && !calibnet && !butterflynet && !interopnet
|
||||
// +build !debug,!2k,!testground,!calibnet,!butterflynet,!interopnet
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !testground
|
||||
// +build !testground
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build testground
|
||||
// +build testground
|
||||
|
||||
// This file makes hardcoded parameters (const) configurable as vars.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build testground
|
||||
// +build testground
|
||||
|
||||
package buildconstants
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build release
|
||||
// +build release
|
||||
|
||||
package build_test
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package build
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
package proofsffi
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build gofuzz
|
||||
// +build gofuzz
|
||||
|
||||
package types
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !nodaemon
|
||||
// +build !nodaemon
|
||||
|
||||
package lotus
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build nodaemon
|
||||
// +build nodaemon
|
||||
|
||||
package lotus
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build debug
|
||||
// +build debug
|
||||
|
||||
package lotus
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build freebsd
|
||||
// +build freebsd
|
||||
|
||||
package ulimit
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
// This file tests file descriptor limits; since this is an OS feature, it should not be annotated
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin || linux || netbsd || openbsd
|
||||
// +build darwin linux netbsd openbsd
|
||||
|
||||
package ulimit
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package sealer
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package sealer
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
package ffiwrapper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
package ffiwrapper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
package ffiwrapper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package fsutil
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package fsutil
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package fsutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user