X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2Fapi_common.h;h=320e7c44e1672250700a494777d3812b9050f762;hb=a4ba8da26f053db714d77943c01090e968724273;hp=a955636ba3f799a3b3e4c419f91f10212445b135;hpb=f0e67d78ae23ff3d5751ea10e9e76cb6e81ba4a5;p=vpp.git 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 *);