aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer
diff options
context:
space:
mode:
authorAdam Frisby2007-07-24 03:59:32 +0000
committerAdam Frisby2007-07-24 03:59:32 +0000
commit3cbc1e011d8abcfefacc0c72429dd01656f49ef2 (patch)
treee4674ad62367657780de1d3b5c1743a9ea34ef4b /OpenSim/Grid/UserServer
parent*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f... (diff)
downloadopensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.zip
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.gz
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.bz2
opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.xz
* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)
Diffstat (limited to 'OpenSim/Grid/UserServer')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index a6571cf..111d40d 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -43,7 +43,6 @@ namespace OpenSim.Grid.UserServer
43 /// </summary> 43 /// </summary>
44 public class OpenUser_Main : conscmd_callback 44 public class OpenUser_Main : conscmd_callback
45 { 45 {
46 private string StorageDll = "OpenSim.Framework.Data.MySQL.dll";
47 private UserConfig Cfg; 46 private UserConfig Cfg;
48 47
49 public UserManager m_userManager; 48 public UserManager m_userManager;