[CodeCompletion] Remove completeCaseStmtDotPrefix() completion

Now that, normal dot-member completion works at case position. We don't
need to handle it specially.

rdar://problem/45219937
This commit is contained in:
Rintaro Ishizaki
2019-04-16 11:34:31 -07:00
parent ce5b3cc38a
commit 588d87b90e
5 changed files with 0 additions and 35 deletions

View File

@@ -177,9 +177,6 @@ public:
/// Complete at the beginning of a case stmt pattern.
virtual void completeCaseStmtBeginning() {};
/// Complete a case stmt pattern that starts with a dot.
virtual void completeCaseStmtDotPrefix() {};
/// Complete at the beginning of member of a nominal decl member -- no tokens
/// provided by user.
virtual void completeNominalMemberBeginning(