Revert "Fixing warning caused by default statement in switch statement that covered all enumeration values"

This reverts commit b5c48f13a1.
This commit is contained in:
Mattt Thompson 2013-01-30 16:25:56 +00:00
parent b5c48f13a1
commit eac6ffbb6e

View file

@ -1241,6 +1241,7 @@ typedef enum {
_phase = AFFinalBoundaryPhase;
break;
case AFFinalBoundaryPhase:
default:
_phase = AFEncapsulationBoundaryPhase;
break;
}