From: Sean Hefty Date: Tue, 13 Jul 2010 18:59:14 +0000 (-0700) Subject: winverbs: remove unused constants X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2c4f8b27f89993bc9c1215e8c358046b2934f755;p=~shefty%2Frdma-win.git winverbs: remove unused constants WV_IOCTL_MIN/MAX are not used. Remove them. Signed-off-by: Sean Hefty --- diff --git a/trunk/core/winverbs/wv_ioctl.h b/trunk/core/winverbs/wv_ioctl.h index 898a3920..7a8701f1 100644 --- a/trunk/core/winverbs/wv_ioctl.h +++ b/trunk/core/winverbs/wv_ioctl.h @@ -97,8 +97,7 @@ enum { WV_IO_FUNCTION_EP_CANCEL, WV_IO_FUNCTION_EP_LISTEN, WV_IO_FUNCTION_EP_GET_REQUEST, - WV_IO_FUNCTION_PD_CANCEL, - WV_IO_FUNCTION_MAX + WV_IO_FUNCTION_PD_CANCEL }; // none / WV_IO_GUID_LIST @@ -313,8 +312,6 @@ enum { #define WV_IOCTL_EP_GET_REQUEST WV_IOCTL(WV_IO_FUNCTION_BASE + \ WV_IO_FUNCTION_EP_GET_REQUEST) -#define WV_IOCTL_MIN WV_IO_FUNCTION_BASE + WV_IO_FUNCTION_MIN -#define WV_IOCTL_MAX WV_IO_FUNCTION_BASE + WV_IO_FUNCTION_MAX // Device specific data follows input / output structures. typedef struct _WV_IO_ID