From 09edce1da35a3d79e40d1c643c8851a7d1302f40 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Tue, 9 Nov 2021 15:12:50 +0000 Subject: [PATCH] Bug 1739700: Remove obsolete "js/src" workaround in configure.py r=glandium `js/src` hasn't been rescursively configured from toplevel since bug 1520394. Differential Revision: https://phabricator.services.mozilla.com/D130509 --- configure.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.py b/configure.py index cb53680d3514..d09a960fd29a 100644 --- a/configure.py +++ b/configure.py @@ -232,9 +232,6 @@ def _activate_build_virtualenv(): topobjdir = os.path.realpath(".") topsrcdir = os.path.realpath(os.path.dirname(__file__)) - if topobjdir.endswith("/js/src"): - topobjdir = topobjdir[:-7] - build_venv = VirtualenvManager( topsrcdir, os.path.join(topobjdir, "_virtualenvs"),