FIR: drop questionable DiagnosticKind.NotRootCause

This commit is contained in:
Mikhail Glukhikh
2021-07-06 10:44:11 +03:00
parent 7d583973ab
commit bf40c07cc3
5 changed files with 14 additions and 31 deletions
@@ -52,10 +52,4 @@ enum class DiagnosticKind {
WrongLongSuffix,
Other,
/**
* Special diagnostic kind that is caused by issues at other places in the code. Such diagnostics should not be reported so that user
* sees less noise.
*/
NotRootCause
}