diff --git a/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs b/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs index 6ad59f6872..b170ddee90 100644 --- a/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs +++ b/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs @@ -39,10 +39,6 @@ namespace OpenSim.Data.MySQL { public class MySQLGenericTableHandler : MySqlFramework where T: class, new() { - private static readonly ILog m_log = - LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - - protected Dictionary m_Fields = new Dictionary(); diff --git a/OpenSim/Data/MySQL/MySQLXInventoryData.cs b/OpenSim/Data/MySQL/MySQLXInventoryData.cs index b5866cbf57..307a4c7cab 100644 --- a/OpenSim/Data/MySQL/MySQLXInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLXInventoryData.cs @@ -41,9 +41,6 @@ namespace OpenSim.Data.MySQL /// public class MySQLXInventoryData : IXInventoryData { - private static readonly ILog m_log = LogManager.GetLogger( - MethodBase.GetCurrentMethod().DeclaringType); - private MySQLGenericTableHandler m_Folders; private MySqlItemHandler m_Items; diff --git a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs index 3ab16228f8..f9db859aa7 100644 --- a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs +++ b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs @@ -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"; diff --git a/prebuild.xml b/prebuild.xml index 8835f12209..e19e636443 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -533,7 +533,7 @@ - + @@ -571,8 +571,6 @@ - - @@ -1403,7 +1401,7 @@ - + @@ -1411,8 +1409,8 @@ - - + + @@ -1495,7 +1493,6 @@ - @@ -1504,8 +1501,7 @@ - - + ../../../bin/ @@ -1533,8 +1529,8 @@ - - + + @@ -1543,6 +1539,41 @@ + + + + ../../../../bin/ + + + + + ../../../../bin/ + + + + ../../../../bin/ + + + + + + + + + + + + + + + + + + + + + + @@ -1978,11 +2009,9 @@ - - - - - + + + @@ -2032,10 +2061,10 @@ - + - - + + @@ -2077,7 +2106,7 @@ - + @@ -2781,7 +2810,7 @@ ../../../bin/ - + @@ -2790,7 +2819,7 @@ - + @@ -2995,7 +3024,7 @@ - + @@ -3256,9 +3285,3 @@ - - - - - -