Only bin/ulimit4.sh is used by MW in GlobalFunctions.php

Delete the old unused ones

Change-Id: Id9c24191a8ddc6972cd7f2dcd4f609301dcebc65
This commit is contained in:
Reedy 2012-09-26 23:57:27 +01:00
parent 68d61cac82
commit edfffe2984
2 changed files with 0 additions and 13 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
ulimit -t $1 -v $2 -f $3
shift 3
"$@"

View file

@ -1,7 +0,0 @@
#!/bin/bash
ulimit -t $1
ulimit -v $2
shift 2
"$@"