Index: branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1250)
+++ branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1251)
@@ -1335,13 +1335,5 @@
   for (Int i = 0; i < maxNumSubLayersMinus1; i++)
   {
-#if SVC_EXTENSION
     WRITE_FLAG( pcPTL->getSubLayerProfilePresentFlag(i), "sub_layer_profile_present_flag[i]" );
-#else
-    if(profilePresentFlag)
-    {
-      WRITE_FLAG( pcPTL->getSubLayerProfilePresentFlag(i), "sub_layer_profile_present_flag[i]" );
-    }
-#endif
-
     WRITE_FLAG( pcPTL->getSubLayerLevelPresentFlag(i),   "sub_layer_level_present_flag[i]" );
   }
@@ -1357,9 +1349,5 @@
   for(Int i = 0; i < maxNumSubLayersMinus1; i++)
   {
-#if SVC_EXTENSION
     if( pcPTL->getSubLayerProfilePresentFlag(i) )
-#else
-    if( profilePresentFlag && pcPTL->getSubLayerProfilePresentFlag(i) )
-#endif
     {
       codeProfileTier(pcPTL->getSubLayerPTL(i));  // sub_layer_...
