removed useless len recalculation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-09-12 23:30:37 +00:00
parent 97402e3ddb
commit 6ce1c05965
2 changed files with 2 additions and 2 deletions

View file

@ -1861,7 +1861,6 @@ NSDictionary *locale)
NSString into a unicode string. */
NSRange r;
len = [dsc length];
if (prec >= 0 && prec < (int)len) len = prec;
/* Allocate dynamically an array which definitely is long