doc: Remove incorrect haddock comment.

This commit is contained in:
Stephen Morgan 2021-03-04 10:44:59 +11:00 committed by Simon Michael
parent f3c9bce02c
commit 13589aca2e

View File

@ -519,8 +519,6 @@ queryFromFlags ReportOpts{..} = simplifyQuery $ And flagsq
-- options or queries, or otherwise the earliest and latest transaction or -- options or queries, or otherwise the earliest and latest transaction or
-- posting dates in the journal. If no dates are specified by options/queries -- posting dates in the journal. If no dates are specified by options/queries
-- and the journal is empty, returns the null date span. -- 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 :: Journal -> ReportSpec -> DateSpan
reportSpan = reportSpanHelper False reportSpan = reportSpanHelper False