aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/path.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-18 11:59:33 +0900
committerOphestra <cat@gensokyo.uk>2025-01-18 11:59:33 +0900
commit7baca66a56f67fa5722b689cbff747eac12b857e (patch)
treea2e6bf668d2a5ea52b5e113c08d65141dbcd5101 /internal/path.go
parent27d2914286495bf83b163172d5084a91222e7ed7 (diff)
proc: remove duplicate compile-time fortify reference
This is no longer needed since shim and init are now part of the main program. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/path.go')
-rw-r--r--internal/path.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/path.go b/internal/path.go
index 8c6a2e53..9f3e1cfc 100644
--- a/internal/path.go
+++ b/internal/path.go
@@ -3,8 +3,7 @@ package internal
import "path"
var (
- Fortify = compPoison
- Fsu = compPoison
+ Fsu = compPoison
)
func Path(p string) (string, bool) {