]> git.armaanb.net Git - opendoas.git/blobdiff - libopenbsd/pledge-noop.c
libopenbsd: minor cleanup
[opendoas.git] / libopenbsd / pledge-noop.c
diff --git a/libopenbsd/pledge-noop.c b/libopenbsd/pledge-noop.c
deleted file mode 100644 (file)
index 0a1b610..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "openbsd.h"
-
-int
-pledge(__UNUSED const char *promises, __UNUSED const char *paths[])
-{
-       return 0;
-}