Skip to content

Commit 9b620ab

Browse files
committed
Remove un-used methods
1 parent 47bf482 commit 9b620ab

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cassandra/marshal.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ def bitlength(n):
5252
return bitlen
5353

5454

55-
if six.PY3:
56-
byte_val = int
57-
else:
58-
byte_val = ord
59-
60-
6155
def varint_pack(big):
6256
pos = True
6357
if big == 0:

0 commit comments

Comments
 (0)