diff options
author | Homer Horwitz | 2008-11-01 21:55:48 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-11-01 21:55:48 +0000 |
commit | 44e377d1fbde657a86be5f9d55a79aff97db9e1f (patch) | |
tree | fba39399936efcf07e1ceac435c2e8989589f93b /OpenSim/Data/MySQL | |
parent | * Introduce an IsAttachment property on the group level (which just returns f... (diff) | |
download | opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.zip opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.gz opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.bz2 opensim-SC_OLD-44e377d1fbde657a86be5f9d55a79aff97db9e1f.tar.xz |
Fix a compile warning about unreachable code
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLGridData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLGridData.cs b/OpenSim/Data/MySQL/MySQLGridData.cs index b6d481c..da01ad3 100644 --- a/OpenSim/Data/MySQL/MySQLGridData.cs +++ b/OpenSim/Data/MySQL/MySQLGridData.cs | |||
@@ -434,9 +434,7 @@ namespace OpenSim.Data.MySQL | |||
434 | finally | 434 | finally |
435 | { | 435 | { |
436 | dbm.Release(); | 436 | dbm.Release(); |
437 | |||
438 | } | 437 | } |
439 | dbm.Release(); | ||
440 | } | 438 | } |
441 | m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters"); | 439 | m_log.Error("[GRID DB]: Searched for a Region Name shorter then 3 characters"); |
442 | return null; | 440 | return null; |