summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util.c b/util.c
index a346905..535e012 100644
--- a/util.c
+++ b/util.c
@@ -19,9 +19,6 @@
int
pledge(const char *promises, const char *paths[])
{
- (void)promises;
- (void)paths;
-
return 0;
}
#endif