mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
refactor: remove a sliver of unnecessary code
This commit is contained in:
@@ -635,10 +635,7 @@ namespace Flotsam.RegionModules.AssetCache
|
||||
waitEvent.Set();
|
||||
}
|
||||
#else
|
||||
if (m_CurrentlyWriting.Contains(filename))
|
||||
{
|
||||
m_CurrentlyWriting.Remove(filename);
|
||||
}
|
||||
m_CurrentlyWriting.Remove(filename);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user