From ce44ce447bf3001744328bd28358bf79775a389b Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 9 Dec 2015 16:30:45 +0000 Subject: [PATCH] coment out odd DoubleQueue class code --- OpenSim/Framework/Util.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 6e851cc1c0..65b2a5cdf9 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -3126,6 +3126,7 @@ namespace OpenSim.Framework } +/* don't like this code public class DoubleQueue where T:class { private Queue m_lowQueue = new Queue(); @@ -3237,7 +3238,7 @@ namespace OpenSim.Framework } } } - +*/ public class BetterRandom { private const int BufferSize = 1024; // must be a multiple of 4