[clang][Interp][NFC] Remove leftover comment fragment
authorTimm Bäder <tbaeder@redhat.com>
Wed, 26 Oct 2022 09:25:25 +0000 (11:25 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 28 Oct 2022 10:49:38 +0000 (12:49 +0200)
clang/lib/AST/Interp/Record.h

index 38920f7..f638ae9 100644 (file)
@@ -112,7 +112,6 @@ private:
   llvm::DenseMap<const FieldDecl *, Field *> FieldMap;
   /// Mapping from declarations to virtual bases.
   llvm::DenseMap<const RecordDecl *, Base *> VirtualBaseMap;
-  /// Mapping from
   /// Size of the structure.
   unsigned BaseSize;
   /// Size of all virtual bases.