[scripts][buildall] remove useless line

This commit is contained in:
Travis Geiselbrecht
2013-05-25 11:32:48 -07:00
parent f2342458cb
commit f63e635ca2

View File

@@ -4,7 +4,6 @@
PROJECTS=`echo project/* | xargs -n1 basename | sed 's/\.mk//'`
FAILED=""
UNAME=`uname`
case `uname` in
Linux)
N=`cat /proc/cpuinfo | grep processor | wc -l`