summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-12-19 16:00:17 -0500
committerGitHub <noreply@github.com>2021-12-20 05:00:17 +0800
commitc175f152a4b4c02f166035c915a847c3281b1e8c (patch)
treeff24d2aa92785dc048ca08da4b98fee3092a2b2d
parent7120bb59d165103d8f2cffd0726709591b572174 (diff)
downloadpyopenssl-c175f152a4b4c02f166035c915a847c3281b1e8c.tar.gz
Remove dead code (#1068)
-rw-r--r--src/OpenSSL/SSL.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
index d4173f9..dff6aa9 100644
--- a/src/OpenSSL/SSL.py
+++ b/src/OpenSSL/SSL.py
@@ -126,13 +126,6 @@ __all__ = [
"Connection",
]
-try:
- _buffer = buffer
-except NameError:
-
- class _buffer(object):
- pass
-
OPENSSL_VERSION_NUMBER = _lib.OPENSSL_VERSION_NUMBER
SSLEAY_VERSION = _lib.SSLEAY_VERSION