diff options
author | Charles Krinke | 2008-09-28 17:17:14 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-28 17:17:14 +0000 |
commit | d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7 (patch) | |
tree | 2eeff87d7aba828b13cd9f9bc5845252b6a2c321 /OpenSim/Grid/GridServer | |
parent | Mantis#2288. Thank you kindly, SMeans, for a patch that: (diff) | |
download | opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.zip opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.gz opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.bz2 opensim-SC_OLD-d3bb8e42a67e19ec361f128b1a0f156ed8fe48d7.tar.xz |
Mantis#2289. Thank you kindly, SMeans for a patch that:
Corrects the spurious reference to MySQL namespace in
GridManager.cs.
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 05e70db..f2440ff 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -36,7 +36,6 @@ using OpenMetaverse; | |||
36 | using log4net; | 36 | using log4net; |
37 | using Nwc.XmlRpc; | 37 | using Nwc.XmlRpc; |
38 | using OpenSim.Data; | 38 | using OpenSim.Data; |
39 | using OpenSim.Data.MySQL; | ||
40 | using OpenSim.Framework; | 39 | using OpenSim.Framework; |
41 | using OpenSim.Framework.Communications; | 40 | using OpenSim.Framework.Communications; |
42 | using OpenSim.Framework.Servers; | 41 | using OpenSim.Framework.Servers; |