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

@@ -39,10 +39,6 @@ namespace OpenSim.Data.MySQL
{
public class MySQLGenericTableHandler<T> : MySqlFramework where T: class, new()
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected Dictionary<string, FieldInfo> m_Fields =
new Dictionary<string, FieldInfo>();