aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-25 15:41:42 +0000
committerJustin Clarke Casey2008-11-25 15:41:42 +0000
commitfbf90b1ecec7bf26bb0e948f34877bb049e6f333 (patch)
treebb1d806504679edbcf9ac51122dc83551bfa7987 /OpenSim/Region/Environment/Scenes
parentmade the messaging server OpenMessage_Main constructor public (from private) ... (diff)
downloadopensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.zip
opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.gz
opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.bz2
opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.xz
* minor: eliminate mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs
index 3e27b7c..1715ffe 100644
--- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs
+++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs
@@ -262,7 +262,7 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid
262 262
263 private Dictionary<UUID, bool> SniffUUIDs(UUID assetID) 263 private Dictionary<UUID, bool> SniffUUIDs(UUID assetID)
264 { 264 {
265 Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>(); 265 //Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>();
266 266
267 AssetBase asset; 267 AssetBase asset;
268 m_scene.CommsManager.AssetCache.TryGetCachedAsset(assetID, out asset); 268 m_scene.CommsManager.AssetCache.TryGetCachedAsset(assetID, out asset);