core/src/commands.cpp
changeset 57 683f4b1f08ce
parent 56 9c352d34f5aa
parent 54 ea6622dea85a
child 58 377ac716dabb
--- 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);