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/MySQLEstateData.cs | |
parent | minor: remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.zip opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.gz opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.bz2 opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.xz |
remove further mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLEstateData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLEstateData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLEstateData.cs b/OpenSim/Data/MySQL/MySQLEstateData.cs index 86416d1..9dcf5e2 100644 --- a/OpenSim/Data/MySQL/MySQLEstateData.cs +++ b/OpenSim/Data/MySQL/MySQLEstateData.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Data.MySQL | |||
48 | private string m_connectionString; | 48 | private string m_connectionString; |
49 | private long m_waitTimeout; | 49 | private long m_waitTimeout; |
50 | private long m_waitTimeoutLeeway = 60 * TimeSpan.TicksPerSecond; | 50 | private long m_waitTimeoutLeeway = 60 * TimeSpan.TicksPerSecond; |
51 | private long m_lastConnectionUse; | 51 | // private long m_lastConnectionUse; |
52 | 52 | ||
53 | private FieldInfo[] m_Fields; | 53 | private FieldInfo[] m_Fields; |
54 | private Dictionary<string, FieldInfo> m_FieldMap = | 54 | private Dictionary<string, FieldInfo> m_FieldMap = |
@@ -127,7 +127,7 @@ namespace OpenSim.Data.MySQL | |||
127 | } | 127 | } |
128 | } | 128 | } |
129 | 129 | ||
130 | m_lastConnectionUse = DateTime.Now.Ticks; | 130 | // m_lastConnectionUse = DateTime.Now.Ticks; |
131 | 131 | ||
132 | m_log.DebugFormat( | 132 | m_log.DebugFormat( |
133 | "[REGION DB]: Connection wait timeout {0} seconds", | 133 | "[REGION DB]: Connection wait timeout {0} seconds", |