summaryrefslogtreecommitdiff
path: root/smmap/buf.py
diff options
context:
space:
mode:
Diffstat (limited to 'smmap/buf.py')
-rw-r--r--smmap/buf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/smmap/buf.py b/smmap/buf.py
index cdbfad3..18766da 100644
--- a/smmap/buf.py
+++ b/smmap/buf.py
@@ -3,11 +3,6 @@ import sys
__all__ = ["SlidingWindowMapBuffer"]
-try:
- bytes
-except NameError:
- bytes = str
-
class SlidingWindowMapBuffer(object):