aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAvatarData.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-06 22:45:03 +0100
committerJustin Clark-Casey (justincc)2011-05-06 22:45:03 +0100
commit3d095e84d63e97e88bcb946498eba14de81705b4 (patch)
tree917e3940def04a76a462878908be571d1f68adfc /OpenSim/Data/SQLite/SQLiteAvatarData.cs
parentremove obsolete [StandAlone] config section parsing, none of which was actual... (diff)
downloadopensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.zip
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.gz
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.bz2
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.xz
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteAvatarData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteAvatarData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteAvatarData.cs b/OpenSim/Data/SQLite/SQLiteAvatarData.cs
index 60a1a3e..faf34da 100644
--- a/OpenSim/Data/SQLite/SQLiteAvatarData.cs
+++ b/OpenSim/Data/SQLite/SQLiteAvatarData.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Data.SQLite
47 public class SQLiteAvatarData : SQLiteGenericTableHandler<AvatarBaseData>, 47 public class SQLiteAvatarData : SQLiteGenericTableHandler<AvatarBaseData>,
48 IAvatarData 48 IAvatarData
49 { 49 {
50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 50// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
51 51
52 public SQLiteAvatarData(string connectionString, string realm) : 52 public SQLiteAvatarData(string connectionString, string realm) :
53 base(connectionString, realm, "Avatar") 53 base(connectionString, realm, "Avatar")