Browse Source

Update Parser.cpp

pull/1829/head
João Matos 1 year ago committed by GitHub
parent
commit
f84bb4c5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/CppParser/Parser.cpp

2
src/CppParser/Parser.cpp

@ -739,8 +739,6 @@ void Parser::WalkVTable(const clang::CXXRecordDecl* RD, Class* C) @@ -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");
}
}

Loading…
Cancel
Save