forked from OSchip/llvm-project
[MC] Delete defaulted constructor llvm::AsmCond::AsmCond
This commit is contained in:
parent
6749dc3446
commit
ddff808e07
|
@ -30,8 +30,6 @@ public:
|
|||
ConditionalAssemblyType TheCond = NoCond;
|
||||
bool CondMet = false;
|
||||
bool Ignore = false;
|
||||
|
||||
AsmCond() = default;
|
||||
};
|
||||
|
||||
} // end namespace llvm
|
||||
|
|
Loading…
Reference in New Issue