refactor: remove a sliver of unnecessary code

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-05 22:45:42 +01:00
parent 1a2518d19b
commit 7d35bf8193

View File

@@ -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
}
}