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:
Nathan Froyd 2019-08-09 21:12:31 +00:00
Родитель 10d28350d8
Коммит e03796ae1a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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)