We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20357fc commit 4c37fceCopy full SHA for 4c37fce
1 file changed
intra/core/overreach.go
@@ -11,8 +11,6 @@ import (
11
_ "unsafe" // for go:linkname
12
)
13
14
-var pid int
15
-
16
// pushing / pulling symbols work provided
17
// -ldflags="checklinkname=0"
18
@@ -32,8 +30,6 @@ func init() {
32
30
// about GOTRACEBACK, but for goos.IsAndroid (and for apps with uid > 10000),
33
31
// using AT_SECURE to determine "setuid-like" protections appears pointless.
34
secureMode = false
35
36
- pid = os.Getpid()
37
}
38
39
func SecureMode(new bool) (prev bool) {
0 commit comments