mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* minor: remove mono compiler warnings
This commit is contained in:
@@ -97,7 +97,6 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
errorSeen = true;
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
throw;
|
||||
}
|
||||
|
||||
@@ -3490,7 +3490,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
handlerGenericMessage(sender, method, msg);
|
||||
return true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
private int m_ControlEventsInQueue = 0;
|
||||
private int m_LastControlLevel = 0;
|
||||
private bool m_CollisionInQueue = false;
|
||||
private ISponsor m_ScriptSponsor;
|
||||
//private ISponsor m_ScriptSponsor;
|
||||
private Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
m_LineMap;
|
||||
|
||||
@@ -213,7 +213,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
ISponsor scriptSponsor = new ScriptSponsor();
|
||||
ILease lease = (ILease)RemotingServices.GetLifetimeService(m_Script as MarshalByRefObject);
|
||||
lease.Register(scriptSponsor);
|
||||
m_ScriptSponsor = scriptSponsor;
|
||||
//m_ScriptSponsor = scriptSponsor;
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user