Skip to content

Commit

Permalink
Unspecify VarVisibilityFunc param name s
Browse files Browse the repository at this point in the history
  • Loading branch information
mrziwang authored and Colecf committed Apr 30, 2024
1 parent 8b60db2 commit 3402c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/func.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3402c1e

Please sign in to comment.