Changeset bd0b378 in rtems


Ignore:
Timestamp:
11/09/99 19:45:23 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1007c3c
Parents:
1baa059
Message:

Removed unused variable warning.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/src/semflush.c

    r1baa059 rbd0b378  
    5959  register Semaphore_Control *the_semaphore;
    6060  Objects_Locations           location;
    61   boolean                     wait;
    6261
    6362  the_semaphore = _Semaphore_Get( id, &location );
  • cpukit/rtems/src/semflush.c

    r1baa059 rbd0b378  
    5959  register Semaphore_Control *the_semaphore;
    6060  Objects_Locations           location;
    61   boolean                     wait;
    6261
    6362  the_semaphore = _Semaphore_Get( id, &location );
Note: See TracChangeset for help on using the changeset viewer.