mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 03:45:33 +00:00
Remove a variable write that is not needed after d03838343f2.
This commit is contained in:
parent
5e06b2514a
commit
e3a4463446
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user