forked from OSchip/llvm-project
TargetOptions.h - remove unused llvm::Module forward declaration. NFC.
This commit is contained in:
parent
123e0779e5
commit
c3db138795
|
@ -23,7 +23,6 @@ namespace llvm {
|
|||
struct fltSemantics;
|
||||
class MachineFunction;
|
||||
class MemoryBuffer;
|
||||
class Module;
|
||||
|
||||
namespace FloatABI {
|
||||
enum ABIType {
|
||||
|
|
Loading…
Reference in New Issue