Remove compiler warning from UserProfilesHandlers

mb-throttle-test
Justin Clark-Casey (justincc) 2014-10-09 01:03:45 +01:00
parent 07a7f941e5
commit d5ead532cb
1 changed files with 1 additions and 2 deletions

View File

@ -264,7 +264,6 @@ namespace OpenSim.Server.Handlers
return false;
}
string result = string.Empty;
UserProfileNotes note = new UserProfileNotes();
object Note = (object)note;
OSD.DeserializeMembers(ref Note, (OSDMap)json["params"]);