]> git.proxmox.com Git - mirror_ovs.git/commitdiff
datapath-windows: remove OvsAllocateForwardingContextForNBL
authorNithin Raju <nithin@vmware.com>
Fri, 15 Apr 2016 14:05:07 +0000 (07:05 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 22 Apr 2016 00:05:32 +0000 (17:05 -0700)
Dead code.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/User.c

index 6b2d94add2d182e42efcb3a29a6b6f4471e21cab..34f38f45f2263e31f65693d7da8f7f9d490ed1a3 100644 (file)
@@ -248,16 +248,6 @@ OvsReadDpIoctl(PFILE_OBJECT fileObject,
     return STATUS_SUCCESS;
 }
 
-/* Helper function to allocate a Forwarding Context for an NBL */
-NTSTATUS
-OvsAllocateForwardingContextForNBL(POVS_SWITCH_CONTEXT switchContext,
-                                   PNET_BUFFER_LIST nbl)
-{
-    return switchContext->NdisSwitchHandlers.
-        AllocateNetBufferListForwardingContext(
-            switchContext->NdisSwitchContext, nbl);
-}
-
 /*
  *----------------------------------------------------------------------------
  *  OvsNlExecuteCmdHandler --