mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([NotificationDispatcher -removeObserver:name:object:]): Remove unused
variables. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d0adfd025
commit
2933fbed0c
1 changed files with 0 additions and 2 deletions
|
@ -465,7 +465,6 @@ static NotificationDispatcher *default_notification_dispatcher = nil;
|
|||
object: object
|
||||
{
|
||||
Array *observer_nr_array;
|
||||
NotificationRequest *nr;
|
||||
|
||||
/* If both NAME and OBJECT are nil, this call is the same as
|
||||
-removeObserver:, so just call it. */
|
||||
|
@ -490,7 +489,6 @@ static NotificationDispatcher *default_notification_dispatcher = nil;
|
|||
{
|
||||
NotificationRequest *nr;
|
||||
int count = [observer_nr_array count];
|
||||
unsigned matching_nr_indices[count];
|
||||
int i;
|
||||
|
||||
for (i = count-1; i >= 0; i--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue