summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 15:53:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 15:53:29 +0000
commita8d72dea0126ecdfb2e3de4cd1272f8a58decfd2 (patch)
treeb825ac4ddea27119bf827ea30bd39370d0e04317 /c
parentNew file. (diff)
downloadrtems-a8d72dea0126ecdfb2e3de4cd1272f8a58decfd2.tar.bz2
Removed unnecessary 3rd parameter.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/itron/include/rtems/itron/object.h2
1 files changed, 1 insertions, 1 deletions
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