diff options
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index ce2c0a593..ca9ae28aa 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -121,9 +121,6 @@ def memory_bounds(a): nd_a = len(ashape) bytes_a = int(ai['typestr'][2:]) - # a_low points to first element of array - # a_high points to last element of the array - a_low = a_high = a_data if astrides is None: # contiguous case a_high += product(ashape, dtype=int)*bytes_a |