소스 검색

Code cleanup

yhirose 5 년 전
부모
커밋
eb2d28bca2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;