mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Comment out unused variables / private fields to avoid compiler warnings.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user