mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Removed redundant code line spotted by analyser - looks like copy-and-paste bug from line 1192 (line 1200 was always replacing the value stored by 1199).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32052 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
594a654252
commit
1e886a2b5a
1 changed files with 0 additions and 1 deletions
|
@ -1196,7 +1196,6 @@ static Class NSDataMallocClass;
|
|||
{
|
||||
NSLog(@"Loss of information converting decoded value to uint16_t");
|
||||
}
|
||||
*(uint8_t*)address = (uint8_t)big;
|
||||
*(uint16_t*)address = (uint16_t)big;
|
||||
return;
|
||||
case 4:
|
||||
|
|
Loading…
Reference in a new issue