[MC] Delete defaulted constructor llvm::AsmCond::AsmCond

This commit is contained in:
Fangrui Song 2019-11-07 16:02:32 -08:00
parent 6749dc3446
commit ddff808e07
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ public:
ConditionalAssemblyType TheCond = NoCond;
bool CondMet = false;
bool Ignore = false;
AsmCond() = default;
};
} // end namespace llvm