summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 13b02290..d50137b6 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -301,8 +301,7 @@ static int read_and_report(ledger::report_t * report, int argc, char * argv[],
INFO_START(command, "Did user command '" << verb << "'");
- value_t temp;
- command(temp, locals.get());
+ command(locals.get());
INFO_FINISH(command);