summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-08-18 21:48:59 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-08-18 21:48:59 +0200
commit71e8bb8ea872f1956a669e29aaed8d311755d26c (patch)
treed5b8b5c4172cffce772c81d7a3e0f3df2077cc54 /stagit-index.c
parent600f5d3fb41935c5c95b16b9ce30428859f48f87 (diff)
parent75555cd99ee4d5df765f7dd6f0d09f2f925be725 (diff)
Merge tag '0.9.4'
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stagit-index.c b/stagit-index.c
index c725fa5..558e131 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -154,10 +154,6 @@ main(int argc, char *argv[])
git_libgit2_init();
#ifdef __OpenBSD__
- for (i = 1; i < argc; i++)
- if (unveil(argv[i], "r") == -1)
- err(1, "unveil: %s", argv[i]);
-
if (pledge("stdio rpath", NULL) == -1)
err(1, "pledge");
#endif