From a5f78ac604a03df86f3097c903f49fa2afe73597 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 1 Mar 2010 11:59:22 +0900 Subject: Formatting cleanup. --- prebuild.xml | 51 ++++++++++++++++++--------------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) diff --git a/prebuild.xml b/prebuild.xml index 8761a15..6b25792 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -533,7 +533,7 @@ - + @@ -571,8 +571,6 @@ - - @@ -1288,7 +1286,7 @@ - + @@ -1619,7 +1617,7 @@ - + @@ -1627,8 +1625,8 @@ - - + + @@ -1711,7 +1709,6 @@ - @@ -1720,8 +1717,7 @@ - - + ../../../bin/ @@ -1749,8 +1745,8 @@ - - + + @@ -1759,9 +1755,6 @@ - - - @@ -2274,11 +2267,9 @@ - - - - - + + + @@ -2327,10 +2318,10 @@ - + - - + + @@ -2372,7 +2363,7 @@ - + @@ -3022,7 +3013,7 @@ ../../../bin/ - + @@ -3031,7 +3022,7 @@ - + @@ -3272,7 +3263,7 @@ - + @@ -3532,9 +3523,3 @@ - - - - - - -- cgit v1.1 From 780ee4f99146a21f6d70bf9be4528a6dc39cfe14 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 1 Mar 2010 23:04:45 +0900 Subject: Fix a few compiler warnings. --- OpenSim/Data/MySQL/MySQLGenericTableHandler.cs | 4 ---- OpenSim/Data/MySQL/MySQLXInventoryData.cs | 3 --- OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs | 2 -- 3 files changed, 9 deletions(-) diff --git a/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs b/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs index 698bf52..7d3593c 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 b5866cb..307a4c7 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 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 { public class XInventoryInConnector : ServiceConnector { - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - private IInventoryService m_InventoryService; private string m_ConfigName = "InventoryService"; -- cgit v1.1