diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 22:45:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 22:45:03 +0100 |
commit | 3d095e84d63e97e88bcb946498eba14de81705b4 (patch) | |
tree | 917e3940def04a76a462878908be571d1f68adfc /OpenSim/Data/SQLite/SQLiteAuthenticationData.cs | |
parent | remove obsolete [StandAlone] config section parsing, none of which was actual... (diff) | |
download | opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.zip opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.gz opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.bz2 opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteAuthenticationData.cs')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteAuthenticationData.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteAuthenticationData.cs b/OpenSim/Data/SQLite/SQLiteAuthenticationData.cs index c54bd74..c3b65bb 100644 --- a/OpenSim/Data/SQLite/SQLiteAuthenticationData.cs +++ b/OpenSim/Data/SQLite/SQLiteAuthenticationData.cs | |||
@@ -33,7 +33,7 @@ using System.Reflection; | |||
33 | using log4net; | 33 | using log4net; |
34 | using OpenMetaverse; | 34 | using OpenMetaverse; |
35 | using OpenSim.Framework; | 35 | using OpenSim.Framework; |
36 | using log4net; | 36 | |
37 | #if CSharpSqlite | 37 | #if CSharpSqlite |
38 | using Community.CsharpSqlite.Sqlite; | 38 | using Community.CsharpSqlite.Sqlite; |
39 | #else | 39 | #else |
@@ -49,7 +49,6 @@ namespace OpenSim.Data.SQLite | |||
49 | private string m_Realm; | 49 | private string m_Realm; |
50 | private List<string> m_ColumnNames; | 50 | private List<string> m_ColumnNames; |
51 | private int m_LastExpire; | 51 | private int m_LastExpire; |
52 | private string m_connectionString; | ||
53 | 52 | ||
54 | protected static SqliteConnection m_Connection; | 53 | protected static SqliteConnection m_Connection; |
55 | private static bool m_initialized = false; | 54 | private static bool m_initialized = false; |
@@ -58,7 +57,6 @@ namespace OpenSim.Data.SQLite | |||
58 | : base(connectionString) | 57 | : base(connectionString) |
59 | { | 58 | { |
60 | m_Realm = realm; | 59 | m_Realm = realm; |
61 | m_connectionString = connectionString; | ||
62 | 60 | ||
63 | if (!m_initialized) | 61 | if (!m_initialized) |
64 | { | 62 | { |