diff options
author | Adam Frisby | 2007-07-19 00:25:40 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-19 00:25:40 +0000 |
commit | 6cf9d6da213c048c69b9ab2104086e7e06674fb9 (patch) | |
tree | 985fa00ce46c6cb17cea6956bf830b34c70091d8 /OpenSim/Region/Environment/Scenes/scripting/Engines | |
parent | * Removing more compiler warnings. (diff) | |
download | opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.zip opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.gz opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.bz2 opensim-SC_OLD-6cf9d6da213c048c69b9ab2104086e7e06674fb9.tar.xz |
* Removing more compiler warnings
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/scripting/Engines')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSL_OPCODE_IL_processor.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; | |||
343 | 343 | ||
344 | Common.SendToDebug("Last OPCODE was return command. Code chunk execution complete."); | 344 | Common.SendToDebug("Last OPCODE was return command. Code chunk execution complete."); |
345 | return true; | 345 | return true; |
346 | break; | ||
347 | } | 346 | } |
348 | return false; | 347 | return false; |
349 | } | 348 | } |