mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
squashing further warnings.
This commit is contained in:
@@ -318,7 +318,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
while(r.Read())
|
||||
{
|
||||
EstateBan eb = new EstateBan();
|
||||
// EstateBan eb = new EstateBan();
|
||||
|
||||
LLUUID uuid = new LLUUID();
|
||||
LLUUID.TryParse(r["uuid"].ToString(), out uuid);
|
||||
|
||||
Reference in New Issue
Block a user