Skip to content

Commit

Permalink
datapath-windows: Fix broken build on MSVC.
Browse files Browse the repository at this point in the history
Removing unused local variable.

Signed-off-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Alin Serdean authored and blp committed Nov 25, 2014
1 parent 58c9041 commit f8cb1db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datapath-windows/ovsext/Flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,6 @@ _FlowNlGetCmdHandler(POVS_USER_PARAMS_CONTEXT usrParamsCtx,
UINT32 *replyLen)
{
NTSTATUS rc = STATUS_SUCCESS;
POVS_OPEN_INSTANCE instance = (POVS_OPEN_INSTANCE)
(usrParamsCtx->ovsInstance);
POVS_MESSAGE msgIn = (POVS_MESSAGE)usrParamsCtx->inputBuffer;
PNL_MSG_HDR nlMsgHdr = &(msgIn->nlMsg);
POVS_HDR ovsHdr = &(msgIn->ovsHdr);
Expand Down

0 comments on commit f8cb1db

Please sign in to comment.