From bfe6b3bff1eb841c09fe16466028cf2dd18f5bbd Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Fri, 26 May 2023 07:02:20 +0100 Subject: [PATCH] [lit][NFC] Remove docs for nonexistent parameter --- llvm/utils/lit/lit/llvm/subst.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/utils/lit/lit/llvm/subst.py b/llvm/utils/lit/lit/llvm/subst.py index 1c80a6cb..09ab355 100644 --- a/llvm/utils/lit/lit/llvm/subst.py +++ b/llvm/utils/lit/lit/llvm/subst.py @@ -76,9 +76,6 @@ class ToolSubst(object): extra_args: If specified, represents a list of arguments that will be appended to the tool's substitution. - explicit_path: If specified, the exact path will be used as a substitution. - Otherwise, the tool will be searched for as if by calling which(tool) - """ self.unresolved = unresolved self.extra_args = extra_args -- 2.7.4