diff options
author | Justin Clarke Casey | 2009-04-15 19:46:37 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-15 19:46:37 +0000 |
commit | 9f6b8ec9b029501589516099bb0dde26b0e032a1 (patch) | |
tree | eeb1e2a317b7e26e8e96e95d196fd88b21516e63 /OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | |
parent | * Make it possible to add a request id to load and save oar requests (diff) | |
download | opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.zip opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.gz opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.bz2 opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.xz |
minor: Remove some mono compiler warnings. Uncomment code when it's actually being used.
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGUserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs index 05ae5a9..20c7dc1 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | |||
@@ -154,7 +154,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
154 | /// <returns>null if the request fails</returns> | 154 | /// <returns>null if the request fails</returns> |
155 | public override UserProfileData GetUserProfile(UUID avatarID) | 155 | public override UserProfileData GetUserProfile(UUID avatarID) |
156 | { | 156 | { |
157 | string url = string.Empty; | 157 | //string url = string.Empty; |
158 | // Unfortunately we can't query for foreigners here, | 158 | // Unfortunately we can't query for foreigners here, |
159 | // because we'll end up in an infinite loop... | 159 | // because we'll end up in an infinite loop... |
160 | //if ((m_localUserServices != null) && (!IsForeignUser(avatarID, out url))) | 160 | //if ((m_localUserServices != null) && (!IsForeignUser(avatarID, out url))) |