summaryrefslogtreecommitdiff
path: root/src/protector
diff options
context:
space:
mode:
Diffstat (limited to 'src/protector')
-rw-r--r--src/protector/protector.go4
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() {}