| Index: build_tools/buildbot_selector.sh
|
| diff --git a/build_tools/buildbot_selector.sh b/build_tools/buildbot_selector.sh
|
| index 3897109a8824fde2252a4d6c4b9e8cdd723dfa62..03d76093a49ab1b69d73fb6919233905a1db2825 100755
|
| --- a/build_tools/buildbot_selector.sh
|
| +++ b/build_tools/buildbot_selector.sh
|
| @@ -43,13 +43,6 @@ if [ "${TEST_BUILDBOT:-}" = "1" -a -z "${BUILDBOT_BUILDERNAME:-}" ]; then
|
| export BUILDBOT_BUILDERNAME=linux-newlib-0
|
| fi
|
|
|
| -# Handle presubmit trybot.
|
| -if [ "${BUILDBOT_BUILDERNAME}" = "naclports-presubmit" ]; then
|
| - echo "@@@BUILD_STEP presubmit@@@"
|
| - git cl presubmit -f
|
| - exit 0
|
| -fi
|
| -
|
| BuildShard() {
|
| export TOOLCHAIN
|
| export SHARD
|
|
|