From 95a00e5f066b6a6aa658eb1f277218b8391ce2be Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 30 Oct 2016 15:47:19 -0400 Subject: [PATCH] Remove unused field in test --- test/http/read.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/http/read.cpp b/test/http/read.cpp index 29a76bc2..8e91789a 100644 --- a/test/http/read.cpp +++ b/test/http/read.cpp @@ -54,7 +54,6 @@ public: class reader { - std::size_t n_ = 0; value_type& body_; public: