api: replace print functions wth format
[vpp.git] / src / plugins / http_static / http_static.c
index 005eefc..8f8fe37 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <vpp/api/types.h>
 
-#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__)
 
 #define REPLY_MSG_ID_BASE hsm->msg_id_base
 #include <vlibapi/api_helper_macros.h>