Skip to content

Commit c175f15

Browse files
authored
Remove dead code (#1068)
1 parent 7120bb5 commit c175f15

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/OpenSSL/SSL.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@
126126
"Connection",
127127
]
128128

129-
try:
130-
_buffer = buffer
131-
except NameError:
132-
133-
class _buffer(object):
134-
pass
135-
136129

137130
OPENSSL_VERSION_NUMBER = _lib.OPENSSL_VERSION_NUMBER
138131
SSLEAY_VERSION = _lib.SSLEAY_VERSION

0 commit comments

Comments
 (0)