From 681d452637e1500deaae084954e9fa702b9d347d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 10 Oct 2009 15:19:15 +0000 Subject: 2009-10-10 Joel Sherrill * score/inline/rtems/score/object.inl: _Objects_Get_local_object() is only called from places where the index is known to be valid. _Objects_Set_local_object() already assumed this. Eliminates unreachable code. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5f2c1f1775..9c8ecca27f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-10-10 Joel Sherrill + + * score/inline/rtems/score/object.inl: _Objects_Get_local_object() is + only called from places where the index is known to be valid. + _Objects_Set_local_object() already assumed this. Eliminates + unreachable code. + 2009-10-10 Joel Sherrill * rtems/src/timerserver.c: Indentation. -- cgit v1.2.3