aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-03-14 11:58:11 -0600
committerBen Burdette <bburdette@protonmail.com>2022-03-14 11:58:11 -0600
commit3dfab6e534e0a1cf71c000a4d2a74e050ba576ce (patch)
tree8c19ec675d69776f88fe5c40bfe08fe21b45f9d9 /src/libcmd/command.cc
parenteaecaaa00ba79b05f49a908f2c96c6507d3a2d7b (diff)
have only one debuggerHook declaration
Diffstat (limited to 'src/libcmd/command.cc')
-rw-r--r--src/libcmd/command.cc4
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)