remove an erroneous line to fetch the terrain table in a way that

isn't actually used.
0.6.0-stable
Sean Dague 2008-05-28 14:57:24 +00:00
parent 65237d0136
commit a28a6e9aaa
1 changed files with 0 additions and 2 deletions

View File

@ -447,8 +447,6 @@ namespace OpenSim.Data.MySQL
lock (m_dataSet)
{
DataTable terrain = m_dataSet.Tables["terrain"];
MySqlCommand cmd = new MySqlCommand("insert into terrain(RegionUUID, Revision, Heightfield)" +
" values(?RegionUUID, ?Revision, ?Heightfield)", m_connection);
using (cmd)