summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-08-22 19:59:27 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-08-22 19:59:27 +0000
commit5e32ad607e852ee2358352734c63fa6d7995a186 (patch)
treefa0653177b6324c0f7d42e560ed0a6c46193aee9 /numpy/core
parent560b8732b231e34ad0abdf7a0675f690b953433f (diff)
downloadnumpy-5e32ad607e852ee2358352734c63fa6d7995a186.tar.gz
Remove unused variable.
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/numerictypes.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py
index ad555f2e0..a368a2bec 100644
--- a/numpy/core/numerictypes.py
+++ b/numpy/core/numerictypes.py
@@ -571,9 +571,6 @@ ScalarType = tuple(ScalarType)
for key in _sctype2char_dict.keys():
cast[key] = lambda x, k=key : array(x, copy=False).astype(k)
-
-_unicodesize = array('u','U1').itemsize
-
# Create the typestring lookup dictionary
_typestr = _typedict()
for key in _sctype2char_dict.keys():