From 84a41f25197c0c2bc93cf63c0bffcbee2695ac1d Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 Mar 2021 21:11:10 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/ChunkStream.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/websocket-sharp/Net/ChunkStream.cs b/websocket-sharp/Net/ChunkStream.cs index 53ae061a..4f81db00 100644 --- a/websocket-sharp/Net/ChunkStream.cs +++ b/websocket-sharp/Net/ChunkStream.cs @@ -87,12 +87,6 @@ namespace WebSocketSharp.Net #region Public Properties - public int ChunkLeft { - get { - return _chunkSize - _chunkRead; - } - } - public bool WantMore { get { return _state != InputChunkState.End;