summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-08-06 12:57:48 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-08-06 13:02:54 +0200
commite6f348c72809abb38667448dd6f7fcf12db432a3 (patch)
treeb47213bf4bacc7d46aa6dabed54bfa309e1b9aae /util.c
parentb0dd38e9570cdf9125786639e9568ad4b5e8befa (diff)
add USE_PLEDGE, remove pledge dummy function
Diffstat (limited to 'util.c')
-rw-r--r--util.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util.c b/util.c
index c867a09..93f349e 100644
--- a/util.c
+++ b/util.c
@@ -14,14 +14,6 @@
#include "util.h"
-#ifndef USE_PLEDGE
-int
-pledge(const char *promises, const char *paths[])
-{
- return 0;
-}
-#endif
-
int
parseuri(const char *s, struct uri *u, int rel)
{