diff options
author | Adam Frisby | 2007-07-24 03:59:32 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-24 03:59:32 +0000 |
commit | 3cbc1e011d8abcfefacc0c72429dd01656f49ef2 (patch) | |
tree | e4674ad62367657780de1d3b5c1743a9ea34ef4b /OpenSim/Grid | |
parent | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Grid/GridServer/Main.cs | 1 | ||||
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/Main.cs index 8353066..f9accab 100644 --- a/OpenSim/Grid/GridServer/Main.cs +++ b/OpenSim/Grid/GridServer/Main.cs | |||
@@ -43,7 +43,6 @@ namespace OpenSim.Grid.GridServer | |||
43 | /// </summary> | 43 | /// </summary> |
44 | public class OpenGrid_Main : conscmd_callback | 44 | public class OpenGrid_Main : conscmd_callback |
45 | { | 45 | { |
46 | private string GridDll = "OpenSim.Framework.Data.MySQL.dll"; | ||
47 | public GridConfig Cfg; | 46 | public GridConfig Cfg; |
48 | 47 | ||
49 | public static OpenGrid_Main thegrid; | 48 | public static OpenGrid_Main thegrid; |
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; |