mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
cleaning up warnings in MSSQL code.
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user