|
|
|
@ -1143,14 +1143,13 @@ DRC_CONSTRAINT DRC_ENGINE::EvalRules( DRC_CONSTRAINT_T aConstraintType, const BO |
|
|
|
return constraint; |
|
|
|
} |
|
|
|
} |
|
|
|
else if( constraint.GetParentRule() ) |
|
|
|
|
|
|
|
if( !constraint.GetParentRule() ) |
|
|
|
{ |
|
|
|
return constraint; |
|
|
|
constraint.m_Type = NULL_CONSTRAINT; |
|
|
|
constraint.m_DisallowFlags = 0; |
|
|
|
} |
|
|
|
|
|
|
|
constraint.m_Type = NULL_CONSTRAINT; |
|
|
|
constraint.m_DisallowFlags = 0; |
|
|
|
|
|
|
|
return constraint; |
|
|
|
|
|
|
|
#undef REPORT
|
|
|
|
|