mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
fix lint
This commit is contained in:
parent
3788c51798
commit
41ebaf0ff2
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ import (
|
||||||
const wordSize = int(unsafe.Sizeof(uintptr(0)))
|
const wordSize = int(unsafe.Sizeof(uintptr(0)))
|
||||||
const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
|
const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
|
||||||
|
|
||||||
|
|
||||||
// ANDBytes ands the bytes in a and b. The destination is assumed to have enough
|
// ANDBytes ands the bytes in a and b. The destination is assumed to have enough
|
||||||
// space. Returns the number of bytes and'd.
|
// space. Returns the number of bytes and'd.
|
||||||
func ANDBytes(dst, a, b []byte) int {
|
func ANDBytes(dst, a, b []byte) int {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue