diff --git a/hledger/Hledger/Cli/Balance.hs b/hledger/Hledger/Cli/Balance.hs index a441ab211..4f4499f34 100644 --- a/hledger/Hledger/Cli/Balance.hs +++ b/hledger/Hledger/Cli/Balance.hs @@ -299,7 +299,6 @@ balance opts@CliOpts{reportopts_=ropts} j = do let format = outputFormatFromOpts opts interval = interval_ ropts baltype = balancetype_ ropts - mvaluedate <- reportEndDate j ropts -- shenanigans: use single/multiBalanceReport when we must, -- ie when there's a report interval, or --historical or -- cumulative. -- Otherwise prefer the older balanceReport since it can elide boring parents.