mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -124,7 +124,7 @@ namespace OpenSim.Framework
|
||||
return;
|
||||
try
|
||||
{
|
||||
while(m_jobQueue.TryTake(out object dummy));
|
||||
while(m_jobQueue.TryTake(out _));
|
||||
m_cancelSource.Cancel();
|
||||
}
|
||||
catch { }
|
||||
|
||||
Reference in New Issue
Block a user