diff options
Diffstat (limited to 'clang/lib/AST/RecordLayoutBuilder.h')
-rw-r--r-- | clang/lib/AST/RecordLayoutBuilder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/RecordLayoutBuilder.h b/clang/lib/AST/RecordLayoutBuilder.h index 9a918b1c8a7..b857a8e32c1 100644 --- a/clang/lib/AST/RecordLayoutBuilder.h +++ b/clang/lib/AST/RecordLayoutBuilder.h @@ -122,7 +122,6 @@ class ASTRecordLayoutBuilder { uint64_t LayoutBase(const CXXRecordDecl *RD); void LayoutVtable(const CXXRecordDecl *RD); - void LayoutBaseNonVirtually(const CXXRecordDecl *RD, bool IsVBase); /// canPlaceRecordAtOffset - Return whether a record (either a base class /// or a field) can be placed at the given offset. |