diff options
Diffstat (limited to 'vlib/vlib/cli.h')
-rw-r--r-- | vlib/vlib/cli.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vlib/vlib/cli.h b/vlib/vlib/cli.h index 8c802475176..22aa22e6342 100644 --- a/vlib/vlib/cli.h +++ b/vlib/vlib/cli.h @@ -128,12 +128,6 @@ typedef void (vlib_cli_output_function_t) (uword arg, u8 * buffer, uword buffer_bytes); typedef struct { - /* Current output function. */ - vlib_cli_output_function_t * output_function; - - /* Opaque data for output function. */ - uword output_function_arg; - /* Vector of all known commands. */ vlib_cli_command_t * commands; |