aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-11-07 16:21:56 +0000
committerlloyd <[email protected]>2012-11-07 16:21:56 +0000
commitf4cd23a0bf6cf298087c7c6086d57b5de980e049 (patch)
tree95c15037c7259a472bf45f1ca0c9ebe00e07c520 /src/tls/tls_channel.h
parent36a5aaced4bf474514bf32d284b63bc5c3067978 (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.h2
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;
};
}