1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

move ignore-try to EvalSettings

This commit is contained in:
Ben Burdette 2022-07-11 10:47:09 -06:00
parent 6ac8200ff5
commit a3629ab0cc
4 changed files with 8 additions and 12 deletions

View file

@ -467,7 +467,6 @@ EvalState::EvalState(
, debugRepl(nullptr)
, debugStop(false)
, debugQuit(false)
, ignoreTry(false)
, trylevel(0)
, regexCache(makeRegexCache())
#if HAVE_BOEHMGC