Remove un-used methods
This commit is contained in:
@@ -52,12 +52,6 @@ def bitlength(n):
|
|||||||
return bitlen
|
return bitlen
|
||||||
|
|
||||||
|
|
||||||
if six.PY3:
|
|
||||||
byte_val = int
|
|
||||||
else:
|
|
||||||
byte_val = ord
|
|
||||||
|
|
||||||
|
|
||||||
def varint_pack(big):
|
def varint_pack(big):
|
||||||
pos = True
|
pos = True
|
||||||
if big == 0:
|
if big == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user