From b3a57a47786859cbaa45a637f7f3cb1940fcaf05 Mon Sep 17 00:00:00 2001 From: eeb Date: Fri, 9 Mar 2007 21:08:17 +0000 Subject: [PATCH] * removed PTL_EQ_HANDLER_NONE define now that cray portals defines it --- lnet/include/lnet/ptllnd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lnet/include/lnet/ptllnd.h b/lnet/include/lnet/ptllnd.h index c52480c..2c6263c 100755 --- a/lnet/include/lnet/ptllnd.h +++ b/lnet/include/lnet/ptllnd.h @@ -38,9 +38,6 @@ #else /* _USING_CRAY_PORTALS_ */ -/* Explicit NULL function pointer for EQ handler */ -#define PTL_EQ_HANDLER_NONE 0 - /* NIDs are integers on Cray Portals */ #define FMT_NID "%u" #define FMT_PID "%d" -- 1.8.3.1