diff options
| -rw-r--r-- | clang/lib/CodeGen/MacroPPCallbacks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/MacroPPCallbacks.cpp b/clang/lib/CodeGen/MacroPPCallbacks.cpp index 71eb55ca2f1..a22cf093c8d 100644 --- a/clang/lib/CodeGen/MacroPPCallbacks.cpp +++ b/clang/lib/CodeGen/MacroPPCallbacks.cpp @@ -122,8 +122,6 @@ void MacroPPCallbacks::updateStatusToNextScope() { void MacroPPCallbacks::FileEntered(SourceLocation Loc) { SourceLocation LineLoc = getCorrectLocation(LastHashLoc); switch (Status) { - default: - llvm_unreachable("Do not expect to enter a file from current scope"); case NoScope: updateStatusToNextScope(); break; |

