From 0438d4e32abeedb2e0e87177ac7004f1bcdbea52 Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Thu, 9 Jan 2020 09:52:56 +0100 Subject: [PATCH] Removed one unused variable --- MTSC/Common/Http/HttpRequest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MTSC/Common/Http/HttpRequest.cs b/MTSC/Common/Http/HttpRequest.cs index 1a89297..38e5316 100644 --- a/MTSC/Common/Http/HttpRequest.cs +++ b/MTSC/Common/Http/HttpRequest.cs @@ -319,7 +319,6 @@ namespace MTSC.Common.Http /* * Parse the bytes one by one, respecting the reference manual. */ - StringBuilder parseBuffer = new StringBuilder(); MemoryStream ms = new MemoryStream(requestBytes); /* * Keep the index of the byte array, to identify the message body.