[Numpy-svn] r5674 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Aug 22 15:59:41 EDT 2008


Author: stefan
Date: 2008-08-22 14:59:27 -0500 (Fri, 22 Aug 2008)
New Revision: 5674

Modified:
   trunk/numpy/core/numerictypes.py
Log:
Remove unused variable.


Modified: trunk/numpy/core/numerictypes.py
===================================================================
--- trunk/numpy/core/numerictypes.py	2008-08-22 06:11:00 UTC (rev 5673)
+++ trunk/numpy/core/numerictypes.py	2008-08-22 19:59:27 UTC (rev 5674)
@@ -571,9 +571,6 @@
 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():




More information about the Numpy-svn mailing list