diff options
author | Justin Clarke Casey | 2008-11-27 19:51:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-27 19:51:11 +0000 |
commit | 8ba6b2b11a37b660e26b01fa04ce00ac4fab3e90 (patch) | |
tree | cf136293d1fd7cd72e4d6d0474e79a2068f9ad2b /OpenSim/Data/MySQL | |
parent | * Remove unused and largely unimplemented UpdateUserCurrentRegion() (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 1 |
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 | } |