From edfffe29849498647773d83171315b0cab323285 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 26 Sep 2012 23:57:27 +0100 Subject: [PATCH] Only bin/ulimit4.sh is used by MW in GlobalFunctions.php Delete the old unused ones Change-Id: Id9c24191a8ddc6972cd7f2dcd4f609301dcebc65 --- bin/ulimit-tvf.sh | 6 ------ bin/ulimit.sh | 7 ------- 2 files changed, 13 deletions(-) delete mode 100755 bin/ulimit-tvf.sh delete mode 100644 bin/ulimit.sh diff --git a/bin/ulimit-tvf.sh b/bin/ulimit-tvf.sh deleted file mode 100755 index 8a1eb81c60..0000000000 --- a/bin/ulimit-tvf.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -ulimit -t $1 -v $2 -f $3 -shift 3 -"$@" - diff --git a/bin/ulimit.sh b/bin/ulimit.sh deleted file mode 100644 index 7a1925cc27..0000000000 --- a/bin/ulimit.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -ulimit -t $1 -ulimit -v $2 -shift 2 -"$@" - -- 2.20.1