]> granicus.if.org Git - clang/commitdiff
AST: Remove an unused ctor. NFC.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 30 May 2018 22:14:17 +0000 (22:14 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 30 May 2018 22:14:17 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333600 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/VTableBuilder.h

index f2eff8a3d620618080df1540ccf50d234e870606..643103916149bdeebf3ec9fb46826aa5ffe48ebc 100644 (file)
@@ -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.