diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 22:47:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 22:47:41 +0100 |
commit | 04ecd748d98e5b66446912debe06af6975e66560 (patch) | |
tree | 0cc0a1610c1d6a5ea15c366a1563c75087c6ea7e /OpenSim/Data/MySQL/MySQLPresenceData.cs | |
parent | minor: remove mono compiler warnings (diff) | |
download | opensim-SC-04ecd748d98e5b66446912debe06af6975e66560.zip opensim-SC-04ecd748d98e5b66446912debe06af6975e66560.tar.gz opensim-SC-04ecd748d98e5b66446912debe06af6975e66560.tar.bz2 opensim-SC-04ecd748d98e5b66446912debe06af6975e66560.tar.xz |
remove further mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLPresenceData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLPresenceData.cs b/OpenSim/Data/MySQL/MySQLPresenceData.cs index 2390feb..fc625f0 100644 --- a/OpenSim/Data/MySQL/MySQLPresenceData.cs +++ b/OpenSim/Data/MySQL/MySQLPresenceData.cs | |||
@@ -43,7 +43,7 @@ namespace OpenSim.Data.MySQL | |||
43 | public class MySQLPresenceData : MySQLGenericTableHandler<PresenceData>, | 43 | public class MySQLPresenceData : MySQLGenericTableHandler<PresenceData>, |
44 | IPresenceData | 44 | IPresenceData |
45 | { | 45 | { |
46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | 47 | ||
48 | public MySQLPresenceData(string connectionString, string realm) : | 48 | public MySQLPresenceData(string connectionString, string realm) : |
49 | base(connectionString, realm, "Presence") | 49 | base(connectionString, realm, "Presence") |