diff options
author | Diva Canto | 2010-03-01 22:23:52 -0800 |
---|---|---|
committer | Diva Canto | 2010-03-01 22:23:52 -0800 |
commit | cb6c371a85d90d4d4dde59d50df15951d9d19e37 (patch) | |
tree | 3ab1221f389679c1a7a45efcebb60157c72bbe3f /OpenSim/Data/MySQL/MySQLXInventoryData.cs | |
parent | Offline friendship offers now working. (diff) | |
parent | Merge branch 'master' into presence-refactor (diff) | |
download | opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.zip opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.gz opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.bz2 opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.xz |
Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLXInventoryData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLXInventoryData.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Data/MySQL/MySQLXInventoryData.cs b/OpenSim/Data/MySQL/MySQLXInventoryData.cs index b5866cb..307a4c7 100644 --- a/OpenSim/Data/MySQL/MySQLXInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLXInventoryData.cs | |||
@@ -41,9 +41,6 @@ namespace OpenSim.Data.MySQL | |||
41 | /// </summary> | 41 | /// </summary> |
42 | public class MySQLXInventoryData : IXInventoryData | 42 | public class MySQLXInventoryData : IXInventoryData |
43 | { | 43 | { |
44 | private static readonly ILog m_log = LogManager.GetLogger( | ||
45 | MethodBase.GetCurrentMethod().DeclaringType); | ||
46 | |||
47 | private MySQLGenericTableHandler<XInventoryFolder> m_Folders; | 44 | private MySQLGenericTableHandler<XInventoryFolder> m_Folders; |
48 | private MySqlItemHandler m_Items; | 45 | private MySqlItemHandler m_Items; |
49 | 46 | ||