diff options
author | Kitto Flora | 2010-02-08 14:29:06 -0500 |
---|---|---|
committer | Kitto Flora | 2010-02-08 14:29:06 -0500 |
commit | 59851ceee6a52e8ad3a1da973dd07257422a16fc (patch) | |
tree | 42be9abb3090014bba1cbb0ddb4d1f617c0cc358 /OpenSim/Data/SQLite/SQLiteXInventoryData.cs | |
parent | Motor angular decay fix. (diff) | |
parent | Fix two inconsistencies with LightShare (diff) | |
download | opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.zip opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.gz opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.bz2 opensim-SC_OLD-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteXInventoryData.cs')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteXInventoryData.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteXInventoryData.cs b/OpenSim/Data/SQLite/SQLiteXInventoryData.cs index 97625a7..5c93f88 100644 --- a/OpenSim/Data/SQLite/SQLiteXInventoryData.cs +++ b/OpenSim/Data/SQLite/SQLiteXInventoryData.cs | |||
@@ -41,8 +41,7 @@ namespace OpenSim.Data.SQLite | |||
41 | /// </summary> | 41 | /// </summary> |
42 | public class SQLiteXInventoryData : IXInventoryData | 42 | public class SQLiteXInventoryData : IXInventoryData |
43 | { | 43 | { |
44 | private static readonly ILog m_log = LogManager.GetLogger( | 44 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | MethodBase.GetCurrentMethod().DeclaringType); | ||
46 | 45 | ||
47 | private SQLiteGenericTableHandler<XInventoryFolder> m_Folders; | 46 | private SQLiteGenericTableHandler<XInventoryFolder> m_Folders; |
48 | private SqliteItemHandler m_Items; | 47 | private SqliteItemHandler m_Items; |