mirror of
https://github.com/NixOS/nix
synced 2025-07-01 00:07:58 +02:00
Remove some FIXMEs
This commit is contained in:
parent
1b8065f255
commit
85c1959240
5 changed files with 3 additions and 13 deletions
|
@ -369,7 +369,6 @@ void prim_exec(EvalState & state, const PosIdx pos, Value * * args, Value & v)
|
|||
auto output = runProgram(program, true, commandArgs);
|
||||
Expr * parsed;
|
||||
try {
|
||||
//auto base = state.positions[pos];
|
||||
parsed = state.parseExprFromString(std::move(output), state.rootPath("/"));
|
||||
} catch (Error & e) {
|
||||
e.addTrace(state.positions[pos], "While parsing the output from '%1%'", program);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue