diff -r 9c352d34f5aa -r 683f4b1f08ce core/src/commands.cpp --- a/core/src/commands.cpp Thu Sep 09 15:38:45 2010 +0100 +++ b/core/src/commands.cpp Thu Sep 09 15:47:34 2010 +0100 @@ -3538,8 +3538,6 @@ if (err < 0) { aError.Report(); - const TDesC& scriptPath = Env().GetAsDes(KScriptPath); - const TDesC& scriptName = Env().GetAsDes(KScriptName); PrintError(err, _L("Aborted \"%S\" at line %d"), &aError.ScriptFileName(), aError.ScriptLineNumber()); } Complete(err);