aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-05 22:45:42 +0100
committerJustin Clark-Casey (justincc)2011-08-05 22:45:42 +0100
commit7d35bf819374a323fa737f8342a4239e0759ce8f (patch)
tree27cc06534984b2561cb0c03cb0ffdbdabb9c3cf9 /OpenSim
parentInstead of moving the file to its final place when FlotsamCache writes to dis... (diff)
downloadopensim-SC_OLD-7d35bf819374a323fa737f8342a4239e0759ce8f.zip
opensim-SC_OLD-7d35bf819374a323fa737f8342a4239e0759ce8f.tar.gz
opensim-SC_OLD-7d35bf819374a323fa737f8342a4239e0759ce8f.tar.bz2
opensim-SC_OLD-7d35bf819374a323fa737f8342a4239e0759ce8f.tar.xz
refactor: remove a sliver of unnecessary code
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
index 0c700e3..7ef759c 100644
--- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
@@ -635,10 +635,7 @@ namespace Flotsam.RegionModules.AssetCache
635 waitEvent.Set(); 635 waitEvent.Set();
636 } 636 }
637#else 637#else
638 if (m_CurrentlyWriting.Contains(filename)) 638 m_CurrentlyWriting.Remove(filename);
639 {
640 m_CurrentlyWriting.Remove(filename);
641 }
642#endif 639#endif
643 } 640 }
644 } 641 }