Skip to content

Commit

Permalink
Update to buildtools 2.0.0-prerelease-01928-01
Browse files Browse the repository at this point in the history
This brings the latest compiler to our desktop-MSBuild builds as well.

I had to fix one instance of an unused field in the networking code.
I checked and that field was present in desktop to control logging all
consuming codepaths are missing from core.
  • Loading branch information
ericstj committed Aug 28, 2017
1 parent 535828b commit d9d42e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion BuildToolsVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-prerelease-01925-01
2.0.0-prerelease-01928-01
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ namespace System.Net.WebSockets
{
internal abstract class WebSocketBase : WebSocket, IDisposable
{
#if DEBUG
private volatile string _closeStack;
#endif
private readonly OutstandingOperationHelper _closeOutstandingOperationHelper;
private readonly OutstandingOperationHelper _closeOutputOutstandingOperationHelper;
private readonly OutstandingOperationHelper _receiveOutstandingOperationHelper;
Expand All @@ -35,7 +32,6 @@ internal abstract class WebSocketBase : WebSocket, IDisposable
private readonly SemaphoreSlim _sendFrameThrottle;
// locking _ThisLock protects access to
// - State
// - _closeStack
// - _closeAsyncStartedReceive
// - _closeReceivedTaskCompletionSource
// - _closeNetworkConnectionTask
Expand Down

0 comments on commit d9d42e3

Please sign in to comment.