remove unnecessary hash local variable

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-05 23:50:41 +00:00
parent 3780df8a32
commit fd2b285b1b

View File

@@ -116,8 +116,6 @@ namespace OpenSim.Data.MySQL
{
dbcon.Open();
string hash = null;
using (MySqlCommand cmd = new MySqlCommand(
"SELECT name, description, asset_type, local, temporary, asset_flags, creator_id, data FROM xassetsmeta JOIN xassetsdata ON xassetsmeta.hash = xassetsdata.hash WHERE id=?id",
dbcon))