diff options
author | lloyd <[email protected]> | 2012-11-07 16:21:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-11-07 16:21:56 +0000 |
commit | f4cd23a0bf6cf298087c7c6086d57b5de980e049 (patch) | |
tree | 95c15037c7259a472bf45f1ca0c9ebe00e07c520 /src/tls/tls_channel.h | |
parent | 36a5aaced4bf474514bf32d284b63bc5c3067978 (diff) |
Remove Channel::m_connection_closed, instead deriving it from other state
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r-- | src/tls/tls_channel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h index b7b3d35de..a320a5f3c 100644 --- a/src/tls/tls_channel.h +++ b/src/tls/tls_channel.h @@ -218,8 +218,6 @@ class BOTAN_DLL Channel /* misc, should be removed? */ size_t m_max_fragment = MAX_PLAINTEXT_SIZE; - - bool m_connection_closed = false; }; } |