From 3d45ae67793004f217d434923f33d45043729d85 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 23 May 2021 22:20:02 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpListenerAsyncResult.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerAsyncResult.cs b/websocket-sharp/Net/HttpListenerAsyncResult.cs index 16d4f97c..006f0a2b 100644 --- a/websocket-sharp/Net/HttpListenerAsyncResult.cs +++ b/websocket-sharp/Net/HttpListenerAsyncResult.cs @@ -204,14 +204,6 @@ namespace WebSocketSharp.Net complete (this); } - internal HttpListenerContext GetContext () - { - if (_exception != null) - throw _exception; - - return _context; - } - #endregion } }