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