1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

have only one debuggerHook declaration

This commit is contained in:
Ben Burdette 2022-03-14 11:58:11 -06:00
parent eaecaaa00b
commit 3dfab6e534
4 changed files with 3 additions and 7 deletions

View file

@ -25,7 +25,6 @@ enum RepairFlag : bool;
typedef void (* PrimOpFun) (EvalState & state, const Pos & pos, Value * * args, Value & v);
extern std::function<void(const Error * error, const Env & env, const Expr & expr)> debuggerHook;
void printStaticEnvBindings(const Expr &expr);
void printStaticEnvBindings(const StaticEnv &se, int lvl = 0);