]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs: remove unused constants
authorSean Hefty <sean.hefty@intel.com>
Tue, 13 Jul 2010 18:59:14 +0000 (11:59 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 15 Jul 2010 20:41:57 +0000 (13:41 -0700)
WV_IOCTL_MIN/MAX are not used.  Remove them.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
trunk/core/winverbs/wv_ioctl.h

index 898a392097c2796646c07aa3d6c61bb1e3815152..7a8701f1b8ec187228944347bba45b43cc3cce3d 100644 (file)
@@ -97,8 +97,7 @@ enum {
        WV_IO_FUNCTION_EP_CANCEL,\r
        WV_IO_FUNCTION_EP_LISTEN,\r
        WV_IO_FUNCTION_EP_GET_REQUEST,\r
-       WV_IO_FUNCTION_PD_CANCEL,\r
-       WV_IO_FUNCTION_MAX\r
+       WV_IO_FUNCTION_PD_CANCEL\r
 };\r
 \r
 // none / WV_IO_GUID_LIST\r
@@ -313,8 +312,6 @@ enum {
 #define WV_IOCTL_EP_GET_REQUEST                        WV_IOCTL(WV_IO_FUNCTION_BASE + \\r
                                                                                                 WV_IO_FUNCTION_EP_GET_REQUEST)\r
 \r
-#define WV_IOCTL_MIN                                   WV_IO_FUNCTION_BASE + WV_IO_FUNCTION_MIN\r
-#define WV_IOCTL_MAX                                   WV_IO_FUNCTION_BASE + WV_IO_FUNCTION_MAX\r
 \r
 // Device specific data follows input / output structures.\r
 typedef struct _WV_IO_ID\r