mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-31 22:31:54 +03:00
lib: remove hopefully superfluous comment
This commit is contained in:
parent
a52fd599c4
commit
c9a892eabe
@ -53,9 +53,6 @@ type PostingsReportItem = (Maybe Day -- The posting date, if this is the firs
|
|||||||
postingsReport :: ReportOpts -> Query -> Journal -> PostingsReport
|
postingsReport :: ReportOpts -> Query -> Journal -> PostingsReport
|
||||||
postingsReport opts q j = (totallabel, items)
|
postingsReport opts q j = (totallabel, items)
|
||||||
where
|
where
|
||||||
-- XXX combined date:/date2:/--date2 is not robust, you can confuse it
|
|
||||||
-- cf tests/register/date2.test
|
|
||||||
|
|
||||||
reportspan = adjustReportDates opts q j
|
reportspan = adjustReportDates opts q j
|
||||||
whichdate = whichDateFromOpts opts
|
whichdate = whichDateFromOpts opts
|
||||||
depth = queryDepth q
|
depth = queryDepth q
|
||||||
|
Loading…
Reference in New Issue
Block a user