1
0
mirror of synced 2024-11-24 15:50:16 +01:00

fix: Remove remannts of #680 bugfix (#1282)

This commit is contained in:
iTrooz 2023-09-02 22:59:09 +02:00 committed by GitHub
parent fc1ad592cb
commit be3ac26306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3238 deletions

View File

@ -75,8 +75,6 @@ namespace hex {
this->m_url = std::move(other.m_url);
this->m_headers = std::move(other.m_headers);
this->m_body = std::move(other.m_body);
this->m_caCert = std::move(other.m_caCert);
}
HttpRequest& operator=(HttpRequest &&other) noexcept {
@ -88,8 +86,6 @@ namespace hex {
this->m_headers = std::move(other.m_headers);
this->m_body = std::move(other.m_body);
this->m_caCert = std::move(other.m_caCert);
return *this;
}
@ -312,8 +308,6 @@ namespace hex {
std::atomic<float> m_progress = 0.0F;
std::atomic<bool> m_canceled = false;
[[maybe_unused]] std::unique_ptr<mbedtls_x509_crt> m_caCert;
};
}

File diff suppressed because it is too large Load Diff