From f7f37d192f70ceb15cc92de76ecb3fe22dcb13e2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 May 2017 20:30:53 -0700 Subject: [PATCH] ofp-util: Remove dead code from ofputil_encode_get_async_reply(). Found by Coverity. Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14762682&defectInstanceId=4304823&mergedDefectId=180423 Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- lib/ofp-util.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 157b66b93..6b09dcf1b 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -10955,8 +10955,6 @@ struct ofpbuf * ofputil_encode_get_async_reply(const struct ofp_header *oh, const struct ofputil_async_cfg *ac) { - struct ofpbuf *buf; - enum ofpraw raw = (oh->version < OFP14_VERSION ? OFPRAW_OFPT13_GET_ASYNC_REPLY : OFPRAW_OFPT14_GET_ASYNC_REPLY); @@ -10965,8 +10963,6 @@ ofputil_encode_get_async_reply(const struct ofp_header *oh, raw == OFPRAW_OFPT14_GET_ASYNC_REPLY, oh->version, UINT32_MAX); return reply; - - return buf; } /* Encodes and returns a message, in a format appropriate for OpenFlow version