Sisyphus - remove jprof code from checkout.sh, bug 400220, not part of the build

This commit is contained in:
bclary@bclary.com 2007-10-17 16:50:17 -07:00
parent 3d5815da5b
commit 24eb922681

View File

@ -65,14 +65,8 @@ case $product in
if ! make -f client.mk checkout 2>&1; then
error "during checkout of tree"
fi
case "$extra" in
jprof)
cvs -z3 -q update -d -P tools/jprof
;;
esac
;;
js)
if [[ ! ( -d mozilla && \
-e mozilla/js && \