From 6cf9d6da213c048c69b9ab2104086e7e06674fb9 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 19 Jul 2007 00:25:40 +0000 Subject: * Removing more compiler warnings --- .../scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler') diff --git a/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs b/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs index 3b0a1ff..4b8f8d7 100644 --- a/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs +++ b/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs @@ -343,7 +343,6 @@ using System; Common.SendToDebug("Last OPCODE was return command. Code chunk execution complete."); return true; - break; } return false; } -- cgit v1.1