aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrziwang <mrziwang@google.com>2024-04-30 11:37:07 -0700
committerCole Faust <colecfaust@gmail.com>2024-04-30 11:52:29 -0700
commit3402c1e4b5ab1e3454e2bcefdddc60359e89a034 (patch)
treed425857ec0182e6b129bc33d0dffe765714fb68b
parent8b60db29a0be7f727d85f315e45c50b467bd0d35 (diff)
downloadkati-upstream.tar.gz
Unspecify VarVisibilityFunc param name supstream
-rw-r--r--src/func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func.cc b/src/func.cc
index 6a53def..b3e544c 100644
--- a/src/func.cc
+++ b/src/func.cc
@@ -659,7 +659,7 @@ void ShellFuncNoRerun(const std::vector<Value*>& args,
void VarVisibilityFunc(const std::vector<Value*>& args,
Evaluator* ev,
- std::string* s) {
+ std::string*) {
std::string arg = args[0]->Eval(ev);
std::vector<std::string> prefixes;