networksecurity/tls/ts_tls/TlsOomTestStep.cpp
changeset 71 a800ea6cb454
parent 0 af10295192d8
--- a/networksecurity/tls/ts_tls/TlsOomTestStep.cpp	Thu Sep 23 17:23:35 2010 +0530
+++ b/networksecurity/tls/ts_tls/TlsOomTestStep.cpp	Tue Oct 12 16:22:59 2010 +0530
@@ -42,7 +42,6 @@
 #include <securesocket_internal.h>
 #endif
 
-GLREF_C void CommInitL();
 TInt TLSOOMTest(TAny* oOMFailureThresholdAny);
 
 
@@ -104,7 +103,6 @@
 
 	__UHEAP_MARK;
 
-	TRAPD(error,CommInitL()); // init needed comms libs
 	// create a global semaphore that the dialog server searches for to
 	// decide if "trust" dialogs should be displayed or not
 	RSemaphore	iSemaphore;
@@ -127,7 +125,6 @@
 		
 		TInt res=t.Create(threadName, TLSOOMTest,KDefaultStackSize,KDefaultHeapSize,KMaxHeapSize,(void*)&TestData);
 
-		__ASSERT_ALWAYS(!res,User::Panic(KTxtTLS,error));
 		Log(KTxtTLSStarting);
 		Log(KTxtTLSThreshold,TestData.iOOMThreshold );//OMFailureThreshold);
 		t.Logon(stat);