Skip to content

Commit

Permalink
[CodeCompletion] Remove now-incorrect assertion
Browse files Browse the repository at this point in the history
Swift SVN r32894
  • Loading branch information
benlangmuir committed Oct 26, 2015
1 parent 6c98336 commit 20bcd65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/swift/IDE/CodeCompletion.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ class CodeCompletionResult {
}

ExpectedTypeRelation getExpectedTypeRelation() const {
assert(getKind() == Declaration);
return static_cast<ExpectedTypeRelation>(TypeDistance);
}

Expand Down

0 comments on commit 20bcd65

Please sign in to comment.