From ce44ce447bf3001744328bd28358bf79775a389b Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Wed, 9 Dec 2015 16:30:45 +0000
Subject: 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 6e851cc..65b2a5c 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<T> where T:class
     {
         private Queue<T> m_lowQueue = new Queue<T>();
@@ -3237,7 +3238,7 @@ namespace OpenSim.Framework
             }
         }
     }
-
+*/
     public class BetterRandom
     {
         private const int BufferSize = 1024;  // must be a multiple of 4
-- 
cgit v1.1