summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index ee45607..e7d7221 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -77,10 +77,8 @@ main(int argc, char *argv[])
FILE *fp;
int i;
-#ifdef USE_PLEDGE
if (pledge(argc == 1 ? "stdio" : "stdio rpath", NULL) == -1)
err(1, "pledge");
-#endif
if (!(feeds = calloc(argc, sizeof(struct feed *))))
err(1, "calloc");