hide the footprints of my previus bug ( take out comented code

This commit is contained in:
UbitUmarov
2016-07-07 15:30:07 +01:00
parent a4fc22a6b6
commit 416c02ef3a

View File

@@ -1219,7 +1219,6 @@ namespace OpenSim.Region.Framework.Scenes
Items.LockItemsForRead(false);
m_inventoryFileData = Utils.StringToBytes(invString.GetString());
// invString.Close();
if (m_inventoryFileData.Length > 2)
{
@@ -1322,8 +1321,6 @@ namespace OpenSim.Region.Framework.Scenes
public void Close()
{
// BuildString.Clear();
// BuildString = null;
}
}