Skip to content

Commit 6f2d646

Browse files
committed
[AsmParser] Remove unused forward declarations. NFC.
1 parent 09ba6f9 commit 6f2d646

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

llvm/lib/AsmParser/LLLexer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <string>
2121

2222
namespace llvm {
23-
class MemoryBuffer;
2423
class Type;
2524
class SMDiagnostic;
2625
class LLVMContext;

llvm/lib/AsmParser/LLParser.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
namespace llvm {
2929
class Module;
30-
class OpaqueType;
3130
class Function;
3231
class Value;
3332
class BasicBlock;
@@ -38,7 +37,6 @@ namespace llvm {
3837
class MDString;
3938
class MDNode;
4039
struct SlotMapping;
41-
class StructType;
4240

4341
/// ValID - Represents a reference of a definition of some sort with no type.
4442
/// There are several cases where we have to parse the value but where the

0 commit comments

Comments
 (0)