summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-03-10 19:01:26 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-03-10 19:01:26 +0100
commit3606cc675c8cfed49091421b7197a3667d5d12cb (patch)
tree0edeaa6b97d99558b5f56835d5d12892db96b22c /util.c
parent9a74fe65fee19f5b8d71c6c379ca028ad0e356a4 (diff)
remove cast of unused variables
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