# HG changeset patch # User Frank-Rainer Grahl # Date 1623162001 14400 # Parent 16df9c699f8d12fcdc279cac818a1d87a6a2a820 Bug 1519872 - Remove obsolete MOZ_RUST_URLPARSE variable from SeaMonkey. See Bug 1415206 [Remove RustURL.cpp]. diff --git a/suite/confvars.sh b/suite/confvars.sh --- a/suite/confvars.sh +++ b/suite/confvars.sh @@ -25,20 +25,16 @@ MOZ_SERVICES_FXACCOUNTS=1 MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT` SEAMONKEY_VERSION=$MOZ_APP_VERSION MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} MOZ_PROFILE_MIGRATOR=1 MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES=1 -if test "$NIGHTLY_BUILD"; then - MOZ_RUST_URLPARSE=1 -fi - if test "$OS_ARCH" = "WINNT" -o \ "$OS_ARCH" = "Linux"; then MOZ_BUNDLED_FONTS=1 fi # Include the DevTools client, not just the server (which is the default) MOZ_DEVTOOLS=all