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
@@ -20,9 +20,6 @@ class ConnectionContextStoreMock : public ConnectionContextStore {
|
||||
std::string createCertificateSigningRequest() {
|
||||
return "thisIsACsr";
|
||||
}
|
||||
std::shared_ptr<folly::SSLContext> getSSLContext() {
|
||||
return nullptr;
|
||||
}
|
||||
folly::dynamic getConnectionConfig() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user