From 61736a29846e1af99b69aea20363b8323535b28c Mon Sep 17 00:00:00 2001 From: zjumathcode Date: Tue, 2 Dec 2025 14:25:44 +0800 Subject: [PATCH] refactor: remove obsolete // +build tag Signed-off-by: zjumathcode --- ethstorage/pora/ethash/mmap_help_linux.go | 1 - ethstorage/pora/ethash/mmap_help_other.go | 1 - 2 files changed, 2 deletions(-) diff --git a/ethstorage/pora/ethash/mmap_help_linux.go b/ethstorage/pora/ethash/mmap_help_linux.go index 30b1839e..6f4b3729 100644 --- a/ethstorage/pora/ethash/mmap_help_linux.go +++ b/ethstorage/pora/ethash/mmap_help_linux.go @@ -15,7 +15,6 @@ // along with the go-ethereum library. If not, see . //go:build linux -// +build linux package pora diff --git a/ethstorage/pora/ethash/mmap_help_other.go b/ethstorage/pora/ethash/mmap_help_other.go index 7b97778b..d23b714e 100644 --- a/ethstorage/pora/ethash/mmap_help_other.go +++ b/ethstorage/pora/ethash/mmap_help_other.go @@ -15,7 +15,6 @@ // along with the go-ethereum library. If not, see . //go:build !linux -// +build !linux package pora