From be7ae3dd3ecddc46390f40c0315ff84703c32e7a Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 4 Dec 2007 08:18:09 +0000 Subject: * Removed 12 compiler warnings. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 +--- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 16e5d93..f4e858b 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -645,8 +645,6 @@ namespace OpenSim.Region.Communications.OGS1 MainLog.Instance.Debug(e.ToString()); return false; } - - return true; } /// /// @@ -857,7 +855,7 @@ namespace OpenSim.Region.Communications.OGS1 { return m_localBackend.IncomingChildAgent(regionHandle, agentData); } - catch (RemotingException e) + catch (RemotingException) { //MainLog.Instance.Error("Remoting Error: Unable to connect to adjacent region.\n" + e.ToString()); return false; diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 9e1206b..b841154 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -165,7 +165,6 @@ namespace OpenSim.Region.Communications.OGS1 public LLUUID AddUserProfile(string firstName, string lastName, string pass, uint regX, uint regY) { throw new Exception("The method or operation is not implemented."); - return LLUUID.Zero; } } } \ No newline at end of file -- cgit v1.1