From a1ca39c02c5507536ee586e787f12f9ea3ea908b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 28 Oct 2016 10:09:29 +0100 Subject: [PATCH] Remove an unused field in ossl_shim Reviewed-by: Richard Levitte --- test/ossl_shim/ossl_shim.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ossl_shim/ossl_shim.cc b/test/ossl_shim/ossl_shim.cc index 5b248b5e86..4da340be2d 100644 --- a/test/ossl_shim/ossl_shim.cc +++ b/test/ossl_shim/ossl_shim.cc @@ -83,7 +83,6 @@ struct TestState { // packeted_bio is the packeted BIO which simulates read timeouts. BIO *packeted_bio = nullptr; bool cert_ready = false; - bssl::UniquePtr session; bool handshake_done = false; // private_key is the underlying private key used when testing custom keys. bssl::UniquePtr private_key; -- GitLab