diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-15 12:05:34 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-15 12:05:34 -0600 |
commit | 6faa56ea1f7f8b708e8c931f41b627541a023c79 (patch) | |
tree | 0e736b53affbf4498ed700c69e6ea8ea3a670ad3 /src/libcmd/command.hh | |
parent | 2acdb90438f315e145f97218b1b34f75b40ebc70 (diff) |
remove extra argument
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index 454197b1c..196bd3aaa 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -275,7 +275,6 @@ void printClosureDiff( void runRepl( ref<EvalState> evalState, - const Expr & expr, const ValMap & extraEnv); } |