From a8d72dea0126ecdfb2e3de4cd1272f8a58decfd2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Nov 1999 15:53:29 +0000 Subject: Removed unnecessary 3rd parameter. --- c/src/exec/itron/include/rtems/itron/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/exec/itron/include/rtems/itron/object.h b/c/src/exec/itron/include/rtems/itron/object.h index 919baffd9e..84713dc469 100644 --- a/c/src/exec/itron/include/rtems/itron/object.h +++ b/c/src/exec/itron/include/rtems/itron/object.h @@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control; */ #define _ITRON_Objects_Open( _the_information, _the_object ) \ - _Objects_Open( (_the_information), (_the_object), 0 ) + _Objects_Open( (_the_information), (_the_object) ) /* * _ITRON_Objects_Close -- cgit v1.2.3