From: Sean Hefty Date: Fri, 10 Apr 2009 15:08:13 +0000 (-0700) Subject: The lock functions are defined just a few lines beneath the prototypes X-Git-Tag: dapl-2.0.18-1~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9abdc26cd6154aa55588759ba54c9ca69e3fe2b5;p=~ardavis%2Fdapl.git The lock functions are defined just a few lines beneath the prototypes as inline. Remove the duplicate prototypes. Signed-off-by: Sean Hefty --- diff --git a/dapl/udapl/windows/dapl_osd.h b/dapl/udapl/windows/dapl_osd.h index 43f70ee..cdfeb24 100644 --- a/dapl/udapl/windows/dapl_osd.h +++ b/dapl/udapl/windows/dapl_osd.h @@ -196,22 +196,6 @@ dapl_os_thread_create ( typedef HANDLE DAPL_OS_LOCK; /* function prototypes */ -STATIC __inline DAT_RETURN -dapl_os_lock_init ( - IN DAPL_OS_LOCK *m); - -STATIC __inline DAT_RETURN -dapl_os_lock ( - IN DAPL_OS_LOCK *m); - -STATIC __inline DAT_RETURN -dapl_os_unlock ( - IN DAPL_OS_LOCK *m); - -STATIC __inline DAT_RETURN -dapl_os_lock_destroy ( - IN DAPL_OS_LOCK *m); - /* lock functions */ STATIC __inline DAT_RETURN dapl_os_lock_init (