From 029528519c25647183644715498fc2d6b2c91b60 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 3 Apr 2014 18:55:43 -0700 Subject: [PATCH] remove out of date comment --- hledger-lib/Hledger/Data/Account.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/hledger-lib/Hledger/Data/Account.hs b/hledger-lib/Hledger/Data/Account.hs index 2770b8f25..6af34d549 100644 --- a/hledger-lib/Hledger/Data/Account.hs +++ b/hledger-lib/Hledger/Data/Account.hs @@ -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