Chromium Code Reviews| Index: ports/tree/build.sh |
| diff --git a/ports/tree/build.sh b/ports/tree/build.sh |
| index 1e8a01278dccaebafcbd96491c5a918bc9a85058..bc8b20dcc041a0b6c7b0cb6f593c44c0a8810c47 100644 |
| --- a/ports/tree/build.sh |
| +++ b/ports/tree/build.sh |
| @@ -13,7 +13,3 @@ BuildStep() { |
| LogExecute make -j${OS_JOBS} CC="${NACLCC}" CFLAGS=" -c \ |
| ${NACLPORTS_CFLAGS}" LDFLAGS="${NACLPORTS_LDFLAGS}" tree |
| } |
| - |
| -PublishStep() { |
| - PublishByArchForDevEnv |
| -} |