1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 10:21:47 +02:00
This commit is contained in:
Ben Burdette 2022-05-23 10:13:47 -06:00
parent 13d02af079
commit ba035f7dd0

View file

@ -49,7 +49,6 @@ struct NixRepl
{ {
std::string curDir; std::string curDir;
EvalState &state; EvalState &state;
// ref<EvalState> state;
Bindings * autoArgs; Bindings * autoArgs;
size_t debugTraceIndex; size_t debugTraceIndex;