[gardening] Remove unused diagnostic attr_warn_unused_result_mutable_variable

Last usage removed in commit 78a420d850
This commit is contained in:
practicalswift
2016-06-08 21:52:34 +02:00
parent 41177fa12c
commit fd09cfda8d

View File

@@ -1849,12 +1849,6 @@ ERROR(lazy_not_observable,none,
ERROR(attr_for_debugger_support_only,none,
"@LLDBDebuggerSupport may only be used when debugger support is on", ())
// warn_unused_result
ERROR(attr_warn_unused_result_mutable_variable,none,
"'mutable_variant' parameter of 'warn_unused_result' attribute does not "
"make sense on a %select{non-function|non-method|non-instance method|"
"method of a class|mutating method}0", (unsigned))
//------------------------------------------------------------------------------
// Type Check Expressions
//------------------------------------------------------------------------------