Skip to content
Snippets Groups Projects
Commit 0f074f6e authored by Odilitime's avatar Odilitime
Browse files

remove deprecated header and unused variable

parent e1a6b675
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ bool HTTPSRequest::sendRequest(std::function<void(const HTTPResponse&)> response
std::string host = uri->host;
std::string port = std::to_string(uri->port);
char buffer[512];
ssize_t received;
int ret;
unsigned flags;
......
......@@ -7,7 +7,6 @@
#include <functional>
#include <string>
// PolarSSL
#include <mbedtls/net.h>
#include <mbedtls/ssl.h>
#include <mbedtls/entropy.h>
#include <mbedtls/ctr_drbg.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment