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
546deb4604
commit
493eb2cf2f
2 changed files with 9 additions and 8 deletions
|
@ -529,12 +529,9 @@ static unsigned encodingVersion;
|
|||
(*_dTagImp)(_src, dTagSel, &ainfo, 0, &_cursor);
|
||||
if (info != (ainfo & _GSC_MASK))
|
||||
{
|
||||
if (info != _GSC_ID || (ainfo & _GSC_MASK) != _GSC_CID)
|
||||
{
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"expected %s and got %s",
|
||||
typeToName2(info), typeToName2(ainfo)];
|
||||
}
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"expected %s and got %s",
|
||||
typeToName2(info), typeToName2(ainfo)];
|
||||
}
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue