diff options
author | Justin Clarke Casey | 2008-11-25 15:41:42 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-25 15:41:42 +0000 |
commit | fbf90b1ecec7bf26bb0e948f34877bb049e6f333 (patch) | |
tree | bb1d806504679edbcf9ac51122dc83551bfa7987 /OpenSim/Region/Environment/Scenes/Hypergrid | |
parent | made the messaging server OpenMessage_Main constructor public (from private) ... (diff) | |
download | opensim-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/Hypergrid')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Hypergrid/HGAssetMapper.cs | 2 |
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); |