Skip to content

Commit 6ad047c

Browse files
committed
MappedBlockStream.h - remove unnecessary MSFLayout forward declaration. NFCI.
This is defined in MSFCommon.h which we have to explicitly include already.
1 parent be37f13 commit 6ad047c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
namespace llvm {
2525
namespace msf {
2626

27-
struct MSFLayout;
28-
2927
/// MappedBlockStream represents data stored in an MSF file into chunks of a
3028
/// particular size (called the Block Size), and whose chunks may not be
3129
/// necessarily contiguous. The arrangement of these chunks MSF the file

0 commit comments

Comments
 (0)