From a164e6e21e81e3b8909372c7fbab7476b162ccdf Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sat, 30 Jul 2022 04:14:04 +0200 Subject: [PATCH] fix: remove not needed Http::clear() --- winixd/utils/http.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/winixd/utils/http.cpp b/winixd/utils/http.cpp index 5719f7d..407fb7e 100644 --- a/winixd/utils/http.cpp +++ b/winixd/utils/http.cpp @@ -76,11 +76,6 @@ Http & Http::begin() } -void Http::clear() -{ - reset_headers(); -} - Http::~Http() {