From 319564a1fb27ab00b9b019b6bfc4f24d9bca6a58 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 19 Feb 2021 19:40:22 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/RequestStream.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/RequestStream.cs b/websocket-sharp/Net/RequestStream.cs index df40250a..a8d9eaba 100644 --- a/websocket-sharp/Net/RequestStream.cs +++ b/websocket-sharp/Net/RequestStream.cs @@ -57,11 +57,6 @@ namespace WebSocketSharp.Net #region Internal Constructors - internal RequestStream (Stream stream, byte[] buffer, int offset, int count) - : this (stream, buffer, offset, count, -1) - { - } - internal RequestStream ( Stream stream, byte[] buffer, int offset, int count, long contentLength )