installationservices/swcomponentregistry/scrhelper/source/scrhelperserver.cpp
changeset 25 98b66e4fb0be
parent 24 84a16765cd86
--- a/installationservices/swcomponentregistry/scrhelper/source/scrhelperserver.cpp	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swcomponentregistry/scrhelper/source/scrhelperserver.cpp	Fri Apr 16 15:05:20 2010 +0300
@@ -161,7 +161,6 @@
 	User::LeaveIfError(fileManager->Copy(KScrDbRomPath, aTargetPath, 0));
 
 	// Reset the read-only attribute on the copied file
-	TTime time;
 	User::LeaveIfError(aFs.SetAtt(aTargetPath, 0, KEntryAttReadOnly));
 	CleanupStack::PopAndDestroy(fileManager);
 	}