From 541d0df86811cd7cde5ae1b918d3746e4b5f1b0e Mon Sep 17 00:00:00 2001 From: edwardhartnett Date: Fri, 30 Aug 2019 08:42:51 -0600 Subject: [PATCH] clean up --- src/clib/pio_msg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/clib/pio_msg.c b/src/clib/pio_msg.c index 7b7cd909bf2..83990b62500 100644 --- a/src/clib/pio_msg.c +++ b/src/clib/pio_msg.c @@ -28,10 +28,6 @@ extern int pio_log_level; extern int event_num[2][NUM_EVENTS]; #endif /* USE_MPE */ -/* Prototypes from nc4internal.h. */ -int nc4_file_list_add(int ncid, const char *path, int mode, - void **dispatchdata); - /** * This function is run on the IO tasks to handle nc_inq_type*() * functions.