diff options
Refactoring of CreateCommsManagerPlugin.
Plus some general cleanup of a few other files (deleting excess blank lines etc)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Util.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index d978c4c..ba19dc6 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -766,8 +766,7 @@ namespace OpenSim.Framework | |||
766 | } | 766 | } |
767 | 767 | ||
768 | memory.Position = 0; | 768 | memory.Position = 0; |
769 | // MemoryStream outStream = new MemoryStream(); | 769 | |
770 | |||
771 | byte[] compressed = new byte[memory.Length]; | 770 | byte[] compressed = new byte[memory.Length]; |
772 | memory.Read(compressed, 0, compressed.Length); | 771 | memory.Read(compressed, 0, compressed.Length); |
773 | 772 | ||