Fix a few compiler warnings.

This commit is contained in:
Jeff Ames
2010-03-01 23:04:45 +09:00
parent a5f78ac604
commit 780ee4f991
3 changed files with 0 additions and 9 deletions

View File

@@ -44,8 +44,6 @@ namespace OpenSim.Server.Handlers.Asset
{
public class XInventoryInConnector : ServiceConnector
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private IInventoryService m_InventoryService;
private string m_ConfigName = "InventoryService";