fixed warnings in Balance.hs

This commit is contained in:
Justin Le 2017-03-21 21:40:15 -07:00 committed by Simon Michael
parent fc51940c78
commit 0c7b4e668c

View File

@ -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.