terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp
changeset 22 19fb38abab1d
parent 0 b497e44ab2fc
child 24 bf47f3b79154
--- a/terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp	Tue Feb 02 00:44:00 2010 +0200
+++ b/terminalsecurity/SCP/SCPHistoryPlugin/src/SCPSpecificStringsPlugin.cpp	Fri Apr 16 15:52:47 2010 +0300
@@ -775,10 +775,11 @@
 	Dprint( (_L("CSCPSpecificStringsPlugin::IsNotValidWord()") ));
 	// If so, there is a problem ETrue!!
 	TBool ret;
-	TChar now,previous;		// at hand & prevous char
+	TChar now;// at hand 
+	//TChar previous;		// prevous char
 	ret = EFalse;
 	now = 0;
-	previous = 0;
+	//previous = 0;
 	
 	// Go through the word
 	for (TInt i=0; i < aForbiddenSecurityCodes.Length(); i++)
@@ -789,7 +790,7 @@
 		// And the previous
 		if ( i >= 1 ) 
 		    {
-		    previous = static_cast<TChar>( aForbiddenSecurityCodes[i-1] );
+		   // previous = static_cast<TChar>( aForbiddenSecurityCodes[i-1] );
 		    }
 	
 		// Check for Sapce!