Merge pull request #11190 from DeterminateSystems/unnecessary-eval-string

nix repl: Remove unnecessary call to evalString
This commit is contained in:
Eelco Dolstra 2024-07-26 22:27:51 +02:00 committed by GitHub
commit c1f7ba7a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -644,9 +644,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
fallbackPos = attr->pos;
fallbackDoc = state->getDocCommentForPos(fallbackPos);
}
} else {
evalString(arg, v);
}
evalString(arg, v);