aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-27 19:51:11 +0000
committerJustin Clarke Casey2008-11-27 19:51:11 +0000
commit8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90 (patch)
treecf136293d1fd7cd72e4d6d0474e79a2068f9ad2b /OpenSim/Data/MySQL/MySQLRegionData.cs
parent* Remove unused and largely unimplemented UpdateUserCurrentRegion() (diff)
downloadopensim-SC_OLD-8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90.zip
opensim-SC_OLD-8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90.tar.gz
opensim-SC_OLD-8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90.tar.bz2
opensim-SC_OLD-8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90.tar.xz
* minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLRegionData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLRegionData.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs
index 992e84d..bd74166 100644
--- a/OpenSim/Data/MySQL/MySQLRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLRegionData.cs
@@ -97,7 +97,6 @@ namespace OpenSim.Data.MySQL
97 { 97 {
98 errorSeen = true; 98 errorSeen = true;
99 continue; 99 continue;
100 continue;
101 } 100 }
102 throw; 101 throw;
103 } 102 }