cleaning up warnings in MSSQL code.

This commit is contained in:
Dr Scofield
2008-11-17 11:07:18 +00:00
parent ae0bcab35e
commit 68019e8d98
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Data.MSSQL
private const string m_usersTableName = "users";
private const string m_userFriendsTableName = "userfriends";
[Obsolete("Cannot be default-initialized!")]
// [Obsolete("Cannot be default-initialized!")]
override public void Initialise()
{
m_log.Info("[MSSQLUserData]: " + Name + " cannot be default-initialized!");