From eb2d28bca2cd71664360130f01cb3441b7a078ec Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 31 Dec 2020 10:35:26 -0500 Subject: [PATCH] Code cleanup --- httplib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/httplib.h b/httplib.h index c6601a0..b8a3ed9 100644 --- a/httplib.h +++ b/httplib.h @@ -4264,8 +4264,6 @@ inline bool Server::write_response_core(Stream &strm, bool close_connection, res.set_header("Accept-Ranges", "bytes"); } - detail::BufferStream bstrm; - // Response line and headers { detail::BufferStream bstrm;