diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-03-14 11:58:11 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-03-14 11:58:11 -0600 |
commit | 3dfab6e534e0a1cf71c000a4d2a74e050ba576ce (patch) | |
tree | 8c19ec675d69776f88fe5c40bfe08fe21b45f9d9 /src/libcmd/command.cc | |
parent | eaecaaa00ba79b05f49a908f2c96c6507d3a2d7b (diff) |
have only one debuggerHook declaration
Diffstat (limited to 'src/libcmd/command.cc')
-rw-r--r-- | src/libcmd/command.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc index 56288665a..18aa82577 100644 --- a/src/libcmd/command.cc +++ b/src/libcmd/command.cc @@ -93,10 +93,6 @@ EvalCommand::EvalCommand() }); } -extern std::function<void(const Error * error, const Env & env, const Expr & expr)> debuggerHook; - - - EvalCommand::~EvalCommand() { if (evalState) |