remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-03-31 22:20:12 +01:00
parent 8022400bd4
commit 7bba31e8d9
6 changed files with 8 additions and 10 deletions

View File

@@ -40,8 +40,8 @@ namespace OpenSim.Data.MSSQL
{
public class MSSQLGenericTableHandler<T> where T : class, new()
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected string m_ConnectionString;
protected MSSQLManager m_database; //used for parameter type translation