Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1247)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1251)
@@ -2077,12 +2077,5 @@
   for (Int i = 0; i < maxNumSubLayersMinus1; i++)
   {
-#if SVC_EXTENSION
     READ_FLAG( uiCode, "sub_layer_profile_present_flag[i]" ); rpcPTL->setSubLayerProfilePresentFlag(i, uiCode);
-#else
-    if(profilePresentFlag)
-    {
-      READ_FLAG( uiCode, "sub_layer_profile_present_flag[i]" ); rpcPTL->setSubLayerProfilePresentFlag(i, uiCode);
-    }
-#endif
     READ_FLAG( uiCode, "sub_layer_level_present_flag[i]"   ); rpcPTL->setSubLayerLevelPresentFlag  (i, uiCode);
   }
@@ -2099,9 +2092,5 @@
   for(Int i = 0; i < maxNumSubLayersMinus1; i++)
   {
-#if SVC_EXTENSION
     if( rpcPTL->getSubLayerProfilePresentFlag(i) )
-#else
-    if( profilePresentFlag && rpcPTL->getSubLayerProfilePresentFlag(i) )
-#endif
     {
       parseProfileTier(rpcPTL->getSubLayerPTL(i));
