Chromium Code Reviews| Index: ports/coreutils/build.sh |
| diff --git a/ports/coreutils/build.sh b/ports/coreutils/build.sh |
| index 42029b649185fce26dccd25b26ae745198634bfd..7116c8dc1aa8e5e9b54a327918ccff0beadf3ba9 100644 |
| --- a/ports/coreutils/build.sh |
| +++ b/ports/coreutils/build.sh |
| @@ -23,7 +23,3 @@ if [ "${NACL_LIBC}" = "newlib" ]; then |
| NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat" |
| export LIBS+=" -lglibc-compat" |
| fi |
| - |
| -PublishStep() { |
| - PublishByArchForDevEnv |
| -} |