Index: branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1168)
+++ branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1169)
@@ -1984,5 +1984,5 @@
   Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1];
   Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1];
-#if LIST_OF_PTL
+
   if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() )
   {
@@ -1993,5 +1993,4 @@
 #endif
   }
-#endif
 
   UInt i = 0, j = 0;
@@ -2124,5 +2123,4 @@
   Int const numBitsForPtlIdx = vps->calculateLenOfSyntaxElement( vps->getNumProfileTierLevel() );
 
-#if LIST_OF_PTL
 #if MULTIPLE_PTL_SUPPORT
   //Do something here to make sure the loop is correct to consider base layer internal stuff
@@ -2131,7 +2129,4 @@
 #endif
   for(Int idx = vps->getBaseLayerInternalFlag() ? 2 : 1; idx < vps->getNumProfileTierLevel(); idx++)
-#else
-  for(Int idx = 1; idx <= vps->getNumProfileTierLevel() - 1; idx++)
-#endif
   {
 #if MULTIPLE_PTL_SUPPORT
