diff options
Diffstat (limited to 'src/protector/protector.go')
| -rw-r--r-- | src/protector/protector.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/protector/protector.go b/src/protector/protector.go index fe84b388..9758e1e7 100644 --- a/src/protector/protector.go +++ b/src/protector/protector.go @@ -3,6 +3,4 @@ package protector // Protect calls OS specific protections like pledge on OpenBSD -func Protect() { - return -} +func Protect() {} |
