secureswitools/swisistools/source/interpretsislib/filedescription.cpp
branchRCL_3
changeset 81 42552535c1ac
parent 73 79647526f98c
--- a/secureswitools/swisistools/source/interpretsislib/filedescription.cpp	Wed Sep 15 12:20:42 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/filedescription.cpp	Wed Oct 13 14:40:19 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -38,10 +38,6 @@
 	iIndex(aFile.FileIndex()),
 	iSid(aSid)
 {
-	if((L'z'==aTargetDrive) || (L'Z'==aTargetDrive))
-	{
-		iTarget[0]='z';
-	}	
 	const unsigned char* data = aFile.Hash().Blob().Data();
 	TUint32 len = aFile.Hash().Blob().Size();