Monotone-Parent: 9159a1e2f94d0a238a52c1da53f62a1e2996469e

Monotone-Revision: dc2b0827f3e72cd80a1a6e0907d7f31d9eabcdf3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-04T17:25:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-04 17:25:49 +00:00
parent b1fcb599fd
commit cf94665c05
3 changed files with 6 additions and 3 deletions
-3
View File
@@ -254,9 +254,6 @@ static BOOL debugObjectAllocation = NO;
if ([_key length] < 1)
return NO;
if (isdigit([_key characterAtIndex:0]))
return NO;
return YES;
}