pmalloc: fix shared hugepage backed mmap on older kernels
[vpp.git] / src / vlib / unix / unix.h
index 7856e5b..e71b0ba 100644 (file)
@@ -126,8 +126,6 @@ unix_save_error (unix_main_t * um, clib_error_t * error)
 /* Main function for Unix VLIB. */
 int vlib_unix_main (int argc, char *argv[]);
 
-clib_error_t *unix_physmem_init (vlib_main_t * vm);
-
 /* Set prompt for CLI. */
 void vlib_unix_cli_set_prompt (char *prompt);