fix: remove not needed Http::clear()

This commit is contained in:
Tomasz Sowa 2022-07-30 04:14:04 +02:00
parent 82281b4363
commit a164e6e21e
1 changed files with 0 additions and 5 deletions

View File

@ -76,11 +76,6 @@ Http & Http::begin()
} }
void Http::clear()
{
reset_headers();
}
Http::~Http() Http::~Http()
{ {