Remove a variable write that is not needed after d03838343f2.

This commit is contained in:
Nico Weber 2020-05-10 20:13:05 -04:00
parent 5e06b2514a
commit e3a4463446

View File

@ -1504,8 +1504,7 @@ string(CONCAT LLVM_LIT_PATH_FUNCTION
"# Allow generated file to be relocatable.\n"
"def path(p):\n"
" if not p: return ''\n"
" p = os.path.join(os.path.dirname(os.path.abspath(__file__)), p)\n"
" return p\n"
" return os.path.join(os.path.dirname(os.path.abspath(__file__)), p)\n"
)
# This function provides an automatic way to 'configure'-like generate a file