Skip to content

Commit

Permalink
MappedBlockStream.h - remove unnecessary MSFLayout forward declaratio…
Browse files Browse the repository at this point in the history
…n. NFCI.

This is defined in MSFCommon.h which we have to explicitly include already.
  • Loading branch information
RKSimon committed Jul 22, 2020
1 parent be37f13 commit 6ad047c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h
Expand Up @@ -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
Expand Down

0 comments on commit 6ad047c

Please sign in to comment.