Skip to content

Commit

Permalink
Update Parser.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao authored Feb 7, 2024
1 parent 101933e commit f84bb4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CppParser/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,6 @@ void Parser::WalkVTable(const clang::CXXRecordDecl* RD, Class* C)
C->layout->layout = WalkVTableLayout(VTLayout);
break;
}
default:
llvm_unreachable("Unsupported C++ ABI kind");
}
}

Expand Down

0 comments on commit f84bb4c

Please sign in to comment.