([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:
mccallum 1996-03-18 13:58:28 +00:00
parent 1d0adfd025
commit 2933fbed0c

View file

@ -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--)