diff options
author | UbitUmarov | 2018-01-15 16:23:19 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-15 16:23:19 +0000 |
commit | c92ba1cc04c36d46b3569c06d8339cf897af65cc (patch) | |
tree | 88fadaf244e29d229bc166c1b0ac031843b15a50 /OpenSim/Region/ScriptEngine | |
parent | update PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6 (diff) | |
download | opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.zip opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.gz opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.bz2 opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.xz |
shut up some pesty warnings
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs index 9d72b1c..a98311e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | |||
@@ -771,7 +771,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance | |||
771 | /// <returns></returns> | 771 | /// <returns></returns> |
772 | public object EventProcessor() | 772 | public object EventProcessor() |
773 | { | 773 | { |
774 | EventParams data = null; | ||
775 | // We check here as the thread stopping this instance from running may itself hold the m_Script lock. | 774 | // We check here as the thread stopping this instance from running may itself hold the m_Script lock. |
776 | if (!Running) | 775 | if (!Running) |
777 | return 0; | 776 | return 0; |