remove pledge.go - twitch-go - twitch.tv web application in Go | |
git clone git://git.codemadness.org/twitch-go | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 045f529d96751a6e97eddf8ff83594e5a5c438b7 | |
parent 3801b918ffd3e932a5765c90d93546e609ce5be4 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 6 Apr 2019 18:21:13 +0200 | |
remove pledge.go | |
Diffstat: | |
D pledge.go | 8 -------- | |
1 file changed, 0 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/pledge.go b/pledge.go | |
@@ -1,8 +0,0 @@ | |
-// +build !openbsd | |
- | |
-package main | |
- | |
-// Pledge implements its respective syscall. For more information see pledge(2… | |
-func Pledge(promises string, paths []string) (err error) { | |
- return nil | |
-} |