[Modify] Remove it

This commit is contained in:
sta 2017-06-15 14:52:43 +09:00
parent f760eabf32
commit 5e28b6db29

View File

@ -72,7 +72,6 @@ namespace WebSocketSharp.Server
private WebSocketServiceManager _services; private WebSocketServiceManager _services;
private volatile ServerState _state; private volatile ServerState _state;
private object _sync; private object _sync;
private bool _windows;
#endregion #endregion
@ -856,9 +855,6 @@ namespace WebSocketSharp.Server
_rootPath = "./Public"; _rootPath = "./Public";
_services = new WebSocketServiceManager (_log); _services = new WebSocketServiceManager (_log);
_sync = new object (); _sync = new object ();
var os = Environment.OSVersion;
_windows = os.Platform != PlatformID.Unix && os.Platform != PlatformID.MacOSX;
} }
private void processRequest (HttpListenerContext context) private void processRequest (HttpListenerContext context)