Comment out unused variables / private fields to avoid compiler warnings.

This commit is contained in:
Jeff Ames
2009-06-04 03:58:04 +00:00
parent 2a855a6457
commit c6cef4bad5
8 changed files with 31 additions and 40 deletions

View File

@@ -44,8 +44,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
/// </summary>
class IRCServer
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public event OnNewIRCUserDelegate OnNewIRCClient;
private readonly TcpListener m_listener;