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

This commit is contained in:
Mattt Thompson 2013-01-29 15:31:16 +00:00
parent b70be414b7
commit b5c48f13a1

View file

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