mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
have only one debuggerHook declaration
This commit is contained in:
parent
eaecaaa00b
commit
3dfab6e534
4 changed files with 3 additions and 7 deletions
|
@ -93,10 +93,6 @@ EvalCommand::EvalCommand()
|
|||
});
|
||||
}
|
||||
|
||||
extern std::function<void(const Error * error, const Env & env, const Expr & expr)> debuggerHook;
|
||||
|
||||
|
||||
|
||||
EvalCommand::~EvalCommand()
|
||||
{
|
||||
if (evalState)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue