revert port coder changes ... not working. Tidy others

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-02-27 23:26:18 +00:00
parent 7449b39bfc
commit c15dc542ce
3 changed files with 10 additions and 90 deletions

View file

@ -314,7 +314,6 @@ static Class NSMutableDataMallocClass;
}
else
{
i = byteCount;
for (i = 0; i < byteCount; i++)
{
(*_serImp)(_dst, serSel, bytePtr + i, @encode(uint8_t), nil);
@ -337,7 +336,6 @@ static Class NSMutableDataMallocClass;
}
else
{
i = byteCount;
for (i = 0; i < byteCount; i++)
{
(*_serImp)(_dst, serSel, bytePtr + i, @encode(uint8_t), nil);