removing unused variable LLVM_HOST_COMPILER_PATH

Change: 153707385
This commit is contained in:
A. Unique TensorFlower 2017-04-20 06:35:10 -08:00 committed by TensorFlower Gardener
parent ed108f7d27
commit 3cca863359

View File

@ -51,7 +51,6 @@ GCC_HOST_COMPILER_PATH = ('%{gcc_host_compiler_path}')
CURRENT_DIR = os.path.dirname(sys.argv[0])
NVCC_PATH = CURRENT_DIR + '/../../../cuda/bin/nvcc'
LLVM_HOST_COMPILER_PATH = ('/usr/bin/gcc')
PREFIX_DIR = os.path.dirname(GCC_HOST_COMPILER_PATH)
NVCC_VERSION = '%{cuda_version}'