Skip to content

Commit 97898f0

Browse files
committed
remove breaking code
1 parent 21b4f2e commit 97898f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Sema/SemaCodeComplete.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,10 +1822,6 @@ static void AddTypeSpecifierResults(const LangOptions &LangOpts,
18221822
Results.AddResult(Result("_Coroutine", CCP_Type));
18231823
Results.AddResult(Result("wchar_t", CCP_Type));
18241824

1825-
Builder.AddTypedTextChunk("_Coroutine");
1826-
Builder.AddChunk(CodeCompletionString::CK_HorizontalSpace);
1827-
Builder.AddInformativeChunk("A Coroutine, as defined by concurrency course.");
1828-
18291825
// typename name
18301826
Builder.AddTypedTextChunk("typename");
18311827
Builder.AddChunk(CodeCompletionString::CK_HorizontalSpace);

0 commit comments

Comments
 (0)