squashing further warnings.

This commit is contained in:
Dr Scofield
2008-07-18 10:57:18 +00:00
parent 3fb0a08619
commit 0171e76246
3 changed files with 21 additions and 21 deletions

View File

@@ -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);