diff options
-rw-r--r-- | clang/include/clang/AST/VTableBuilder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang/AST/VTableBuilder.h b/clang/include/clang/AST/VTableBuilder.h index f2eff8a3d62..64310391614 100644 --- a/clang/include/clang/AST/VTableBuilder.h +++ b/clang/include/clang/AST/VTableBuilder.h @@ -222,9 +222,6 @@ private: return static_cast<uintptr_t>(Value & ~7ULL); } - explicit VTableComponent(uint64_t Value) - : Value(Value) { } - /// The kind is stored in the lower 3 bits of the value. For offsets, we /// make use of the facts that classes can't be larger than 2^55 bytes, /// so we store the offset in the lower part of the 61 bits that remain. |