remove out of date comment

This commit is contained in:
Simon Michael 2014-04-03 18:55:43 -07:00
parent 6a928a03a8
commit 029528519c

View File

@ -122,7 +122,6 @@ clipAccounts d a = a{asubs=subs}
-- | Remove subaccounts below the specified depth, aggregating their balance at the depth limit
-- (accounts at the depth limit will have any sub-balances merged into their exclusive balance).
-- XXX may be incorrect in some cases.
clipAccountsAndAggregate :: Int -> [Account] -> [Account]
clipAccountsAndAggregate d as = combined
where