mantis 8645: change sqlite (not exactly as provided patch)

master
UbitUmarov 2020-01-18 18:01:38 +00:00
parent 2b2b5d8bff
commit 550f64cb2d
1 changed files with 1 additions and 3 deletions

View File

@ -1058,10 +1058,8 @@ namespace OpenSim.Data.SQLite
rowsToDelete.Add(rowToCheck);
}
for (int iter = 0; iter < rowsToDelete.Count; iter++)
{
rowsToDelete[iter].Delete();
landaccesslist.Rows.Remove(rowsToDelete[iter]);
}
rowsToDelete.Clear();
foreach (LandAccessEntry entry in parcel.LandData.ParcelAccessList)
{