mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
hide the footprints of my previus bug ( take out comented code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user