Remove dead code in connection context store

Summary:
^
It was used by rsocket.

Reviewed By: fabiomassimo

Differential Revision: D36246038

fbshipit-source-id: 8bdc77d9e1ecf22402436e0102b5522ed36aff27
This commit is contained in:
Lorenzo Blasa
2022-05-12 09:16:13 -07:00
committed by Facebook GitHub Bot
parent 63dde6e5cf
commit 216c926ca5
3 changed files with 0 additions and 19 deletions

View File

@@ -9,7 +9,6 @@
#include <folly/Optional.h>
#include <folly/dynamic.h>
#include <folly/io/async/SSLContext.h>
#include <string>
#include "FlipperCertificateExchangeMedium.h"
#include "FlipperInitConfig.h"
@@ -30,7 +29,6 @@ class ConnectionContextStore {
ConnectionContextStore(DeviceData deviceData);
bool hasRequiredFiles();
std::string getCertificateSigningRequest();
std::shared_ptr<folly::SSLContext> getSSLContext();
std::string getCertificateDirectoryPath();
std::string getCACertificatePath();
std::string getDeviceId();