mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
cleanup
This commit is contained in:
parent
885f819922
commit
7e2a3db4eb
3 changed files with 7 additions and 15 deletions
|
@ -295,7 +295,6 @@ void ExprVar::bindVars(const std::shared_ptr<const StaticEnv> &env)
|
|||
"undefined variable" error now. */
|
||||
if (withLevel == -1)
|
||||
{
|
||||
// std::cout << " throw UndefinedVarError({" << std::endl;
|
||||
throw UndefinedVarError({
|
||||
.msg = hintfmt("undefined variable (ExprVar bindvars) '%1%'", name),
|
||||
.errPos = pos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue