aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibapi/api_common.h
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2021-10-18 12:28:48 +0200
committerKlement Sekera <ksekera@cisco.com>2021-10-18 12:32:47 +0200
commita4ba8da26f053db714d77943c01090e968724273 (patch)
treeb00d06867f4e076de7e8b471576b7d55014222e2 /src/vlibapi/api_common.h
parentf0e67d78ae23ff3d5751ea10e9e76cb6e81ba4a5 (diff)
api: remove legacy pd msg handlers
While looking at a coverity warning it was discovered that it's caused by return value modified by pd msg handlers. As these are legacy, it's a good time to remove them and also fix the warning this way. Type: fix Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: Ic72ab8b2b7a2e55188d1c31cfd18a74b7cf82c43
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r--src/vlibapi/api_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h
index a955636ba3f..320e7c44e16 100644
--- a/src/vlibapi/api_common.h
+++ b/src/vlibapi/api_common.h
@@ -232,8 +232,6 @@ typedef struct api_main_t
{
/** Message handler vector */
void (**msg_handlers) (void *);
- /** Plaform-dependent (aka hardware) message handler vector */
- int (**pd_msg_handlers) (void *, int);
/** non-default message cleanup handler vector */
void (**msg_cleanup_handlers) (void *);