Skip to content

Commit bfe6b3b

Browse files
committed
[lit][NFC] Remove docs for nonexistent parameter
1 parent d24d781 commit bfe6b3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/utils/lit/lit/llvm/subst.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def __init__(
7676
extra_args: If specified, represents a list of arguments that will be
7777
appended to the tool's substitution.
7878
79-
explicit_path: If specified, the exact path will be used as a substitution.
80-
Otherwise, the tool will be searched for as if by calling which(tool)
81-
8279
"""
8380
self.unresolved = unresolved
8481
self.extra_args = extra_args

0 commit comments

Comments
 (0)