mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
remove unused code
This commit is contained in:
parent
7e7d71d63e
commit
a29213a3a2
2 changed files with 2 additions and 6 deletions
|
@ -3547,14 +3547,9 @@ isEqualFunc(const void *item1, const void *item2,
|
|||
{
|
||||
offset_size = 3;
|
||||
}
|
||||
else if (last_offset <= UINT_MAX)
|
||||
{
|
||||
offset_size = 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
[NSException raise: NSRangeException
|
||||
format: @"Object table offset out of bounds %d.", last_offset];
|
||||
offset_size = 4;
|
||||
}
|
||||
|
||||
len = [objectList count];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue