Knocked off a few compiler warnings regarding unused variables.

This commit is contained in:
Diva Canto
2015-05-10 21:54:24 -07:00
parent eb9b16d284
commit 3c596e47c6
8 changed files with 1 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ namespace OpenSim.Services.HypergridService
{
m_UserAgentService = ServerUtils.LoadPlugin<IUserAgentService>(userAgentService, args);
}
catch (Exception e)
catch
{
m_log.WarnFormat("[HG IM SERVICE]: Unable to create User Agent Service. Missing config var in [HGInstantMessageService]?");
}