From 998d7009a65def0a4debc9369d35b63611db5b55 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Tue, 22 Apr 2014 20:04:12 +0300 Subject: Eliminated many warnings --- OpenSim/Data/SQLite/SQLiteUserProfilesData.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Data/SQLite/SQLiteUserProfilesData.cs') diff --git a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs index 90d45e9..0f5b4c8 100644 --- a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs +++ b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs @@ -50,7 +50,6 @@ namespace OpenSim.Data.SQLite private SqliteConnection m_connection; private string m_connectionString; - private FieldInfo[] m_Fields; private Dictionary m_FieldMap = new Dictionary(); -- cgit v1.1