aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-04-08 13:30:18 -0600
committerBen Burdette <bburdette@protonmail.com>2022-04-08 13:30:18 -0600
commita86c2a8481c5bedb992d7126bc342a34b9c4902e (patch)
tree8891a81020466dde59be94dd65c2c8ac1159f6fd /src/libcmd/command.hh
parentb8b8ec710160cfd343a8fce33ec8734e23c98444 (diff)
remove 'debugError', dead code
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r--src/libcmd/command.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh
index 94ad80210..9247d401e 100644
--- a/src/libcmd/command.hh
+++ b/src/libcmd/command.hh
@@ -274,7 +274,6 @@ void printClosureDiff(
void runRepl(
ref<EvalState> evalState,
- const Error *debugError,
const Expr &expr,
const std::map<std::string, Value *> & extraEnv);
}