mirror of
https://github.com/opensim/opensim.git
synced 2026-06-11 22:55:48 +08:00
Fix a few compiler warnings.
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user