refactor: remove a sliver of unnecessary code

bulletsim
Justin Clark-Casey (justincc) 2011-08-05 22:45:42 +01:00
parent 1a2518d19b
commit 7d35bf8193
1 changed files with 1 additions and 4 deletions

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