Remove sendLegacyCertificateRequest

Summary:
Legacy certificate request is most likely deadcode by now. Remove it.

Changelog: Remove legacy certificate request

Reviewed By: antonk52

Differential Revision: D33707396

fbshipit-source-id: 47a410204bcd2ed843b716461df105ebc48264a6
This commit is contained in:
Lorenzo Blasa
2022-01-21 07:27:11 -08:00
committed by Facebook GitHub Bot
parent 43c3bd0edd
commit 76a9b3d3ae
2 changed files with 6 additions and 26 deletions

View File

@@ -86,7 +86,6 @@ class FlipperConnectionManagerImpl : public FlipperConnectionManager {
bool isCertificateExchangeNeeded();
void requestSignedCertFromFlipper();
bool isRunningInOwnThread();
void sendLegacyCertificateRequest(folly::dynamic message);
void reevaluateSocketProvider();
std::string getDeviceId();
};