proc: remove duplicate compile-time fortify reference
All checks were successful
Build / Create distribution (push) Successful in 1m46s
Test / Run NixOS test (push) Successful in 3m44s

This is no longer needed since shim and init are now part of the main program.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-18 11:59:33 +09:00
parent 27d2914286
commit 7baca66a56
7 changed files with 36 additions and 15 deletions

View File

@@ -3,8 +3,7 @@ package internal
import "path"
var (
Fortify = compPoison
Fsu = compPoison
Fsu = compPoison
)
func Path(p string) (string, bool) {