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:
committed by
Facebook GitHub Bot
parent
63dde6e5cf
commit
216c926ca5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user