mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Merge pull request #11190 from DeterminateSystems/unnecessary-eval-string
nix repl: Remove unnecessary call to evalString
This commit is contained in:
commit
c1f7ba7a98
1 changed files with 0 additions and 3 deletions
|
@ -644,9 +644,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
|
||||||
fallbackPos = attr->pos;
|
fallbackPos = attr->pos;
|
||||||
fallbackDoc = state->getDocCommentForPos(fallbackPos);
|
fallbackDoc = state->getDocCommentForPos(fallbackPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
|
||||||
evalString(arg, v);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
evalString(arg, v);
|
evalString(arg, v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue