diff options
author | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
commit | de467f4903ea41374382cf8a005b3fdeeae280e7 (patch) | |
tree | 43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Data/MSSQL/MSSQLRegionData.cs | |
parent | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff) | |
download | opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.zip opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2 opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.xz |
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLRegionData.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs index e26b03d..6164dab 100644 --- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs +++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs | |||
@@ -548,7 +548,6 @@ namespace OpenSim.Data.MSSQL | |||
548 | while (readerLandData.Read()) | 548 | while (readerLandData.Read()) |
549 | { | 549 | { |
550 | LandData data = buildLandData(readerLandData); | 550 | LandData data = buildLandData(readerLandData); |
551 | |||
552 | } | 551 | } |
553 | } | 552 | } |
554 | } | 553 | } |