diff options
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r-- | src/vlibapi/api_common.h | 2 |
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 *); |