Remove SourceLineInfo::empty()

This commit is contained in:
Martin Hořeňovský
2019-10-30 18:01:38 +01:00
parent ac4958395c
commit ca4c6218d4
2 changed files with 2 additions and 11 deletions

View File

@@ -9,14 +9,6 @@ either of these is a breaking change, and thus will not happen until
at least the next major release.
## Deprecations
### SourceLineInfo::empty()
There should be no reason to ever have an empty `SourceLineInfo`, so the
method will be removed.
## Planned changes
### `CHECKED_IF` and `CHECKED_ELSE`