Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 30, 2023
1 parent 3099b51 commit 0aa13b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2353,8 +2353,6 @@ static void prim_path(EvalState & state, const PosIdx pos, Value * * args, Value

state.forceAttrs(*args[0], pos, "while evaluating the argument passed to 'builtins.path'");

state.forceAttrs(*args[0], pos, "while evaluating the argument passed to 'builtins.path'");

for (auto & attr : *args[0]->attrs) {
auto n = state.symbols[attr.name];
if (n == "path")
Expand Down

0 comments on commit 0aa13b6

Please sign in to comment.