Bug 1364422 - Drop unused -DMOZ_RUST_MP4PARSE after bug 1341967. r=rillian

MozReview-Commit-ID: 8CrpKgThP2E

--HG--
extra : rebase_source : 72f7afe6b8bfc843388e47b72a90011ae24bde42
This commit is contained in:
Jan Beich 2017-05-12 12:52:54 +00:00
parent ef29ad0af2
commit 81ce358a3e

View File

@ -2328,9 +2328,6 @@ if test -n "$MOZ_MULET"; then
fi fi
# Propagate feature switches for code written in rust from confvars.sh # Propagate feature switches for code written in rust from confvars.sh
if test -n "$MOZ_RUST_MP4PARSE"; then
AC_DEFINE(MOZ_RUST_MP4PARSE)
fi
if test -n "$MOZ_RUST_URLPARSE"; then if test -n "$MOZ_RUST_URLPARSE"; then
AC_DEFINE(MOZ_RUST_URLPARSE) AC_DEFINE(MOZ_RUST_URLPARSE)
AC_SUBST(MOZ_RUST_URLPARSE) AC_SUBST(MOZ_RUST_URLPARSE)