Merge pull request #19 from TildenWinston/newdev

Removing unused code to fix compile errors
matt-add-portrait-aa
Matthew Hilton 2022-09-15 20:26:01 +01:00 committed by GitHub
commit a9cb5e46df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -153,8 +153,6 @@ void MessageInStream::receiveFramePayloadHandler(const common::DataConstBuffer&
promise_->resolve(std::move(message_));
promise_.reset();
isResolved = true;
currentMessageIndex_--;
} else {
// First or Middle message, we'll store in our buffer...
messageBuffer_[message_->getChannelId()] = std::move(message_);

View File

@ -39,7 +39,6 @@ SSLWrapper::SSLWrapper()
SSLWrapper::~SSLWrapper()
{
FIPS_mode_set(0);
ENGINE_cleanup();
CONF_modules_unload(1);
EVP_cleanup();