From d2e1d3a39e669c55c071fb9183fc073766e819fa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Feb 2006 18:57:34 +0000 Subject: 2006-02-01 Joel Sherrill * posix/inline/rtems/posix/cond.inl, posix/macros/rtems/posix/cond.inl, posix/src/conddestroy.c: Remove warnings. --- cpukit/posix/src/conddestroy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/conddestroy.c') diff --git a/cpukit/posix/src/conddestroy.c b/cpukit/posix/src/conddestroy.c index a6d2c0fc81..43f7045de6 100644 --- a/cpukit/posix/src/conddestroy.c +++ b/cpukit/posix/src/conddestroy.c @@ -27,8 +27,8 @@ int pthread_cond_destroy( pthread_cond_t *cond ) { - register POSIX_Condition_variables_Control *the_cond; - Objects_Locations location; + POSIX_Condition_variables_Control *the_cond; + Objects_Locations location; the_cond = _POSIX_Condition_variables_Get( cond, &location ); switch ( location ) { -- cgit v1.2.3