Browse Source

Code cleanup

yhirose 5 years ago
parent
commit
eb2d28bca2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      httplib.h

+ 0 - 2
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;