diff options
author | Jeff Ames | 2010-03-01 23:04:45 +0900 |
---|---|---|
committer | Jeff Ames | 2010-03-01 23:04:45 +0900 |
commit | 780ee4f99146a21f6d70bf9be4528a6dc39cfe14 (patch) | |
tree | f31fa9f54e0c28dbc00aecfde660ecad737f9f73 /OpenSim/Server/Handlers/Inventory | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-780ee4f99146a21f6d70bf9be4528a6dc39cfe14.zip opensim-SC_OLD-780ee4f99146a21f6d70bf9be4528a6dc39cfe14.tar.gz opensim-SC_OLD-780ee4f99146a21f6d70bf9be4528a6dc39cfe14.tar.bz2 opensim-SC_OLD-780ee4f99146a21f6d70bf9be4528a6dc39cfe14.tar.xz |
Fix a few compiler warnings.
Diffstat (limited to 'OpenSim/Server/Handlers/Inventory')
-rw-r--r-- | OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs index 03d4d7a..7e3e68b 100644 --- a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs +++ b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs | |||
@@ -44,8 +44,6 @@ namespace OpenSim.Server.Handlers.Asset | |||
44 | { | 44 | { |
45 | public class XInventoryInConnector : ServiceConnector | 45 | public class XInventoryInConnector : ServiceConnector |
46 | { | 46 | { |
47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
48 | |||
49 | private IInventoryService m_InventoryService; | 47 | private IInventoryService m_InventoryService; |
50 | private string m_ConfigName = "InventoryService"; | 48 | private string m_ConfigName = "InventoryService"; |
51 | 49 | ||