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

@@ -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;
}