From 0ad3ad6bc7e1629703d931222514b2a97e885cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 26 Oct 2022 11:25:25 +0200 Subject: [PATCH] [clang][Interp][NFC] Remove leftover comment fragment --- clang/lib/AST/Interp/Record.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/AST/Interp/Record.h b/clang/lib/AST/Interp/Record.h index 38920f7..f638ae9 100644 --- a/clang/lib/AST/Interp/Record.h +++ b/clang/lib/AST/Interp/Record.h @@ -112,7 +112,6 @@ private: llvm::DenseMap FieldMap; /// Mapping from declarations to virtual bases. llvm::DenseMap VirtualBaseMap; - /// Mapping from /// Size of the structure. unsigned BaseSize; /// Size of all virtual bases. -- 2.7.4