From dcb9125b32cf3dffc72b01571b56bd1369a3307e Mon Sep 17 00:00:00 2001 From: Charles Crossan Date: Sun, 20 Dec 2020 21:47:23 -0500 Subject: [PATCH] remove unused parser --- src/meshwifi/meshhttp.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/meshwifi/meshhttp.cpp b/src/meshwifi/meshhttp.cpp index 98da0dee6..87302816c 100644 --- a/src/meshwifi/meshhttp.cpp +++ b/src/meshwifi/meshhttp.cpp @@ -979,9 +979,7 @@ void handleBlinkLED(HTTPRequest *req, HTTPResponse *res) res->setHeader("Content-Type", "application/json"); ResourceParameters *params = req->getParams(); - std::string blink_target; - HTTPBodyParser *parser; - + std::string blink_target; if (! params->getQueryParameter("blink_target", blink_target)) { // if no blink_target was supplied in the URL parameters of the