]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs: remove used files
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 20 Jan 2009 08:05:38 +0000 (08:05 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 20 Jan 2009 08:05:38 +0000 (08:05 +0000)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1855 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/winverbs/kernel/wv_driver.c
trunk/core/winverbs/kernel/wv_listen.h [deleted file]

index fb457f264ce7dc1ccec698e48df777a4beec5de7..96a812111a1615e119b1365682f9ea599d3f1a15 100644 (file)
@@ -44,7 +44,6 @@
 #include "wv_cq.h"\r
 #include "wv_srq.h"\r
 #include "wv_qp.h"\r
-#include "wv_listen.h"\r
 #include "wv_ep.h"\r
 \r
 WDF_DECLARE_CONTEXT_TYPE_WITH_NAME(WV_RDMA_DEVICE, WvRdmaDeviceGetContext)\r
diff --git a/trunk/core/winverbs/kernel/wv_listen.h b/trunk/core/winverbs/kernel/wv_listen.h
deleted file mode 100644 (file)
index 8e94fb1..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*\r
- * Copyright (c) 2008 Intel Corporation. All rights reserved.\r
- *\r
- * This software is available to you under the OpenIB.org BSD license\r
- * below:\r
- *\r
- *     Redistribution and use in source and binary forms, with or\r
- *     without modification, are permitted provided that the following\r
- *     conditions are met:\r
- *\r
- *      - Redistributions of source code must retain the above\r
- *        copyright notice, this list of conditions and the following\r
- *        disclaimer.\r
- *\r
- *      - Redistributions in binary form must reproduce the above\r
- *        copyright notice, this list of conditions and the following\r
- *        disclaimer in the documentation and/or other materials\r
- *        provided with the distribution.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AWV\r
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
- * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
- * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
- * SOFTWARE.\r
- */\r
-\r
-#pragma once\r
-\r
-#ifndef _WV_LISTEN_H_\r
-#define _WV_LISTEN_H_\r
-\r
-#include <wdm.h>\r
-#include <iba\ib_types.h>\r
-#include <iba\ib_ci.h>\r
-#include "wv_provider.h"\r
-\r
-typedef struct _WV_LISTEN\r
-{\r
-       WV_PROVIDER             *pProvider;\r
-       UINT64                  Id;\r
-       LONG                    nRef;\r
-\r
-}      WV_LISTEN;\r
-\r
-#endif // _WV_LISTEN_H_\r