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