mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion] Remove now-incorrect assertion
Swift SVN r32894
This commit is contained in:
@@ -556,7 +556,6 @@ public:
|
||||
}
|
||||
|
||||
ExpectedTypeRelation getExpectedTypeRelation() const {
|
||||
assert(getKind() == Declaration);
|
||||
return static_cast<ExpectedTypeRelation>(TypeDistance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user