From 6ad047cd3f97b32f83e189a69c967748174c1a9f Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 20 Jul 2020 16:14:22 +0100 Subject: [PATCH] MappedBlockStream.h - remove unnecessary MSFLayout forward declaration. NFCI. This is defined in MSFCommon.h which we have to explicitly include already. --- llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h b/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h index 593d781b990..473c89e8106 100644 --- a/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h +++ b/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h @@ -24,8 +24,6 @@ namespace llvm { namespace msf { -struct MSFLayout; - /// MappedBlockStream represents data stored in an MSF file into chunks of a /// particular size (called the Block Size), and whose chunks may not be /// necessarily contiguous. The arrangement of these chunks MSF the file -- 2.11.0