refactor: remove a sliver of unnecessary code
parent
1a2518d19b
commit
7d35bf8193
|
@ -635,10 +635,7 @@ namespace Flotsam.RegionModules.AssetCache
|
||||||
waitEvent.Set();
|
waitEvent.Set();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (m_CurrentlyWriting.Contains(filename))
|
m_CurrentlyWriting.Remove(filename);
|
||||||
{
|
|
||||||
m_CurrentlyWriting.Remove(filename);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue