From: Marco Diego Aurélio Mesquita Date: Mon, 11 Nov 2013 18:54:06 +0000 (-0300) Subject: ofp-actions: Remove unneeded redeclaration of vlog_rate_limit rl. X-Git-Tag: sliver-openvswitch-2.0.90-1~5^2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f5e414cfb163579b938ef36c7b59ac067215f466;p=sliver-openvswitch.git ofp-actions: Remove unneeded redeclaration of vlog_rate_limit rl. Signed-off-by: Marco Diego Aurélio Mesquita Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index abc950529..91cee6141 100644 --- a/lib/ofp-actions.c +++ b/lib/ofp-actions.c @@ -697,7 +697,6 @@ ofpacts_pull_openflow_actions(struct ofpbuf *openflow, unsigned int actions_len, enum ofp_version version, struct ofpbuf *ofpacts) { - static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5); const union ofp_action *actions; enum ofperr error; @@ -1738,7 +1737,6 @@ ofpacts_pull_openflow_instructions(struct ofpbuf *openflow, enum ofp_version version, struct ofpbuf *ofpacts) { - static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5); const struct ofp11_instruction *instructions; const struct ofp11_instruction *insts[N_OVS_INSTRUCTIONS]; enum ofperr error;