convergedcallengine/spsettings/backuphelper/src/spsbackuphelpermonitor.cpp
changeset 51 12bc758d6a02
parent 32 1f002146abb4
--- a/convergedcallengine/spsettings/backuphelper/src/spsbackuphelpermonitor.cpp	Fri Sep 17 17:09:13 2010 +0300
+++ b/convergedcallengine/spsettings/backuphelper/src/spsbackuphelpermonitor.cpp	Mon Oct 04 15:57:13 2010 +0300
@@ -176,15 +176,9 @@
 void CSpsBackupHelperMonitor::RunL()
     {
     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL IN" );
-    // The P&S flag has changed state, which could mean that the device is
-    // either entering a backup, restore or normal state
-    TInt backupStateValue = 0;  // To store the P&S value
-
     // re-subscribe to the flag to monitor future changes
     Subscribe();
-
     CheckStatusL();
-
     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL OUT" );
     }