stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_memfunptr/src/stlport_memfunptr.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_memfunptr/src/stlport_memfunptr.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_memfunptr/src/stlport_memfunptr.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -108,12 +108,8 @@
 Cstlport_memfunptr* Cstlport_memfunptr::NewL( 
     CTestModuleIf& aTestModuleIf )
     {
-    #ifdef __ARMCC__
-    #pragma diag_suppress 830	
-    #endif
     Cstlport_memfunptr* self = new (ELeave) Cstlport_memfunptr( aTestModuleIf );
 
-    
     CleanupStack::PushL( self );
     self->ConstructL();
     CleanupStack::Pop();