From f5e414cfb163579b938ef36c7b59ac067215f466 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Diego=20Aur=C3=A9lio=20Mesquita?= Date: Mon, 11 Nov 2013 15:54:06 -0300 Subject: [PATCH] ofp-actions: Remove unneeded redeclaration of vlog_rate_limit rl. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Diego Aurélio Mesquita Signed-off-by: Ben Pfaff --- lib/ofp-actions.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.0