diff options
| -rw-r--r-- | clang/lib/Lex/Preprocessor.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index af0faca43b9..798244c3d2d 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -74,9 +74,6 @@ Preprocessor::Preprocessor(DiagnosticsEngine &diags, LangOptions &opts,  Preprocessor::~Preprocessor() {    assert(BacktrackPositions.empty() && "EnableBacktrack/Backtrack imbalance!"); -  assert(((MacroExpandingLexersStack.empty() && MacroExpandedTokens.empty()) || -          isCodeCompletionReached()) && -         "Preprocessor::HandleEndOfTokenLexer should have cleared those");    while (!IncludeMacroStack.empty()) {      delete IncludeMacroStack.back().TheLexer;  | 

