mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Removed a piece of debug code
This commit is contained in:
@@ -541,14 +541,5 @@ namespace OpenSim.DataStore.MonoSqliteStorage
|
||||
{
|
||||
// TODO: DataSet commit
|
||||
}
|
||||
|
||||
private void SaveAssetToFile(string filename, byte[] data)
|
||||
{
|
||||
FileStream fs = File.Create(filename);
|
||||
BinaryWriter bw = new BinaryWriter(fs);
|
||||
bw.Write(data);
|
||||
bw.Close();
|
||||
fs.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user