Index: branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1163)
+++ branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp	(revision 1164)
@@ -2285,5 +2285,4 @@
   }
 
-#if P0307_VPS_NON_VUI_EXTENSION
   // The value of vps_non_vui_extension_length shall be in the range of 0 to 4096, inclusive.
   assert( vps->getVpsNonVuiExtLength() >= 0 && vps->getVpsNonVuiExtLength() <= 4096 );
@@ -2300,5 +2299,4 @@
     printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n");
   }
-#endif
 #endif
 
