Changeset c3df4a6 in rtems


Ignore:
Timestamp:
12/06/00 15:31:44 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5d7bfce3
Parents:
57fe91f
Message:

2000-12-06 Joel Sherrill <joel@…>

  • src/regiongetinfo.c: Removed unused variable to eliminate warning.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/ChangeLog

    r57fe91f rc3df4a6  
     12000-12-06      Joel Sherrill <joel@OARcorp.com>
     2
     3        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
     4
    152000-11-30      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/rtems/src/regiongetinfo.c

    r57fe91f rc3df4a6  
    4545  register Region_Control *the_region;
    4646  Objects_Locations        location;
    47   Thread_Control          *executing;
    4847
    4948  if ( !the_info )
  • cpukit/rtems/ChangeLog

    r57fe91f rc3df4a6  
     12000-12-06      Joel Sherrill <joel@OARcorp.com>
     2
     3        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
     4
    152000-11-30      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/rtems/src/regiongetinfo.c

    r57fe91f rc3df4a6  
    4545  register Region_Control *the_region;
    4646  Objects_Locations        location;
    47   Thread_Control          *executing;
    4847
    4948  if ( !the_info )
Note: See TracChangeset for help on using the changeset viewer.