1
0
Fork 0
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:
Eelco Dolstra 2024-11-20 16:35:47 +01:00
parent a7e1f2d5a3
commit ad7ad017ea
2 changed files with 2 additions and 4 deletions

View file

@ -819,7 +819,6 @@ public:
bool callPathFilter(
Value * filterFun,
const SourcePath & path,
std::string_view pathArg,
PosIdx pos);
DocComment getDocCommentForPos(PosIdx pos);