From 13589aca2eec5e2df2d248d2f8d6b02806a94f75 Mon Sep 17 00:00:00 2001 From: Stephen Morgan Date: Thu, 4 Mar 2021 10:44:59 +1100 Subject: [PATCH] doc: Remove incorrect haddock comment. --- hledger-lib/Hledger/Reports/ReportOptions.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hledger-lib/Hledger/Reports/ReportOptions.hs b/hledger-lib/Hledger/Reports/ReportOptions.hs index f88fb4220..6e6dc7963 100644 --- a/hledger-lib/Hledger/Reports/ReportOptions.hs +++ b/hledger-lib/Hledger/Reports/ReportOptions.hs @@ -519,8 +519,6 @@ queryFromFlags ReportOpts{..} = simplifyQuery $ And flagsq -- options or queries, or otherwise the earliest and latest transaction or -- posting dates in the journal. If no dates are specified by options/queries -- and the journal is empty, returns the null date span. --- The boolean argument flags whether primary and secondary dates are considered --- equivalently. reportSpan :: Journal -> ReportSpec -> DateSpan reportSpan = reportSpanHelper False