mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
remove some mono compiler warnings and unnecessary dictionary instantiations
This commit is contained in:
@@ -129,8 +129,6 @@ namespace OpenSim.Server.Handlers.Presence
|
||||
byte[] LogoutAgent(Dictionary<string, object> request)
|
||||
{
|
||||
UUID session = UUID.Zero;
|
||||
Vector3 position = Vector3.Zero;
|
||||
Vector3 lookat = Vector3.Zero;
|
||||
|
||||
if (!request.ContainsKey("SessionID"))
|
||||
return FailureResult();
|
||||
|
||||
Reference in New Issue
Block a user