diff --git a/Ports/dropbear/patches/remove-setrlimit.patch b/Ports/dropbear/patches/remove-setrlimit.patch deleted file mode 100644 index 6537111ba8..0000000000 --- a/Ports/dropbear/patches/remove-setrlimit.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/dbutil.c.orig -+++ b/dbutil.c -@@ -553,9 +553,6 @@ - } - - void disallow_core() { -- struct rlimit lim; -- lim.rlim_cur = lim.rlim_max = 0; -- setrlimit(RLIMIT_CORE, &lim); - } - - /* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE, with the result in *val */