Whamcloud - gitweb
* Landed b_cray_portals_merge.
[fs/lustre-release.git] / lnet / lnet / api-eq.c
index 390156a..7fc95fa 100644 (file)
 
 #include <portals/api-support.h>
 
-int ptl_eq_init(void)
-{
-        /* Nothing to do anymore... */
-        return PTL_OK;
-}
-
-void ptl_eq_fini(void)
-{
-        /* Nothing to do anymore... */
-}
-
-int ptl_eq_ni_init(nal_t * nal)
-{
-        /* Nothing to do anymore... */
-        return PTL_OK;
-}
-
-void ptl_eq_ni_fini(nal_t * nal)
-{
-        /* Nothing to do anymore... */
-}
-
 int ptl_get_event (ptl_eq_t *eq, ptl_event_t *ev)
 {
         int          new_index = eq->sequence & (eq->size - 1);