mirror of
https://github.com/NixOS/nix
synced 2025-06-26 07:31:15 +02:00
Fix stack consumption
This commit is contained in:
parent
75837651f1
commit
2bac04c5ff
2 changed files with 3 additions and 8 deletions
|
@ -358,11 +358,6 @@ LocalNoInlineNoReturn(void throwEvalError(const char * s, const string & s2))
|
|||
throw EvalError(format(s) % s2);
|
||||
}
|
||||
|
||||
LocalNoInlineNoReturn(void throwEvalError(const char * s, const Pos & pos))
|
||||
{
|
||||
throw EvalError(format(s) % pos);
|
||||
}
|
||||
|
||||
LocalNoInlineNoReturn(void throwEvalError(const char * s, const string & s2, const Pos & pos))
|
||||
{
|
||||
throw EvalError(format(s) % s2 % pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue