networksecurity/tls/ts_tls/COMINIT.CPP
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
--- a/networksecurity/tls/ts_tls/COMINIT.CPP	Tue Aug 31 16:45:15 2010 +0300
+++ b/networksecurity/tls/ts_tls/COMINIT.CPP	Wed Sep 01 12:33:58 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -30,7 +30,6 @@
 
 GLDEF_C void CommInitL()
 	{
-#ifndef SIROCCO_CODE_MIGRATION
 	TInt err;
  	// When bootstrapping C32 we have to avoid the PhBkSyncServer being started, since
  	// it needs a different CommDB
@@ -61,6 +60,5 @@
 	err=User::LoadLogicalDevice(LDD_NAME);
 	if (err!=KErrNone && err!=KErrAlreadyExists)
 		User::Leave(err);
-#endif //SIROCCO_CODE_MIGRATION
 	}