зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1572724 - remove unused URL_REPO definition from build-clang.py; r=glandium
This definition is now unnecessary, given that the source code is fetched for us from elsewhere. Depends on D41368 Differential Revision: https://phabricator.services.mozilla.com/D41369 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
10d28350d8
Коммит
e03796ae1a
|
@ -23,8 +23,6 @@ from distutils.dir_util import copy_tree
|
|||
|
||||
from shutil import which
|
||||
|
||||
URL_REPO = "https://github.com/llvm/llvm-project"
|
||||
|
||||
|
||||
def symlink(source, link_name):
|
||||
os_symlink = getattr(os, "symlink", None)
|
||||
|
|
Загрузка…
Ссылка в новой задаче