forked from qt-creator/qt-creator
merge ProFunction into ProCondition
there is no point in the split, given that there is nothing virtual any more.
This commit is contained in:
@@ -47,7 +47,6 @@ ProBlock::~ProBlock()
|
||||
nitm = itm->m_next;
|
||||
switch (itm->kind()) {
|
||||
case BlockKind: static_cast<ProBlock *>(itm)->deref(); break;
|
||||
case FunctionKind: delete static_cast<ProFunction *>(itm); break;
|
||||
case ConditionKind: delete static_cast<ProCondition *>(itm); break;
|
||||
case OperatorKind: delete static_cast<ProOperator *>(itm); break;
|
||||
case VariableKind: delete static_cast<ProVariable *>(itm); break;
|
||||
|
||||
Reference in New Issue
Block a user