minor: remove mono compiler warning

soprefactor
Justin Clark-Casey (justincc) 2010-05-28 20:12:06 +01:00
parent fff5459f4d
commit 2e2f73bdd5
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ namespace OpenSim.Services.PresenceService
public bool LoginAgent(string userID, UUID sessionID,
UUID secureSessionID)
{
PresenceData[] d = m_Database.Get("UserID", userID);
//PresenceData[] d = m_Database.Get("UserID", userID);
m_Database.Get("UserID", userID);
PresenceData data = new PresenceData();