summaryrefslogtreecommitdiff
path: root/python_modules/ptypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_modules/ptypes.py')
-rw-r--r--python_modules/ptypes.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python_modules/ptypes.py b/python_modules/ptypes.py
index 7b4146d..eba26a6 100644
--- a/python_modules/ptypes.py
+++ b/python_modules/ptypes.py
@@ -448,11 +448,6 @@ class ArrayType(Type):
return False
return self.size[0] == "image_size"
- def is_bytes_length(self):
- if isinstance(self.size, int) or isinstance(self.size, str):
- return False
- return self.size[0] == "bytes"
-
def is_cstring_length(self):
if isinstance(self.size, int) or isinstance(self.size, str):
return False