forked from OSchip/llvm-project
MetadataLoader.h - remove unnecessary Error forward declaration. NFC.
We need to include Error.h already
This commit is contained in:
parent
d7593e3d2c
commit
2bcb9cfb6d
|
@ -23,7 +23,6 @@ namespace llvm {
|
|||
class BitcodeReaderValueList;
|
||||
class BitstreamCursor;
|
||||
class DISubprogram;
|
||||
class Error;
|
||||
class Function;
|
||||
class Instruction;
|
||||
class Metadata;
|
||||
|
|
Loading…
Reference in New Issue