mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
EvalState::callPathFilter(): Remove unnecessary pathArg argument
This commit is contained in:
parent
a7e1f2d5a3
commit
ad7ad017ea
2 changed files with 2 additions and 4 deletions
|
@ -819,7 +819,6 @@ public:
|
|||
bool callPathFilter(
|
||||
Value * filterFun,
|
||||
const SourcePath & path,
|
||||
std::string_view pathArg,
|
||||
PosIdx pos);
|
||||
|
||||
DocComment getDocCommentForPos(PosIdx pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue