minor: fix mono compiler warning in FetchInventory2Handler

cpu-performance
Justin Clark-Casey (justincc) 2013-06-20 00:17:20 +01:00
parent 086fd70a5f
commit 3370e19205
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ namespace OpenSim.Capabilities.Handlers
{ {
public class FetchInventory2Handler public class FetchInventory2Handler
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private IInventoryService m_inventoryService; private IInventoryService m_inventoryService;