From 78fa8bb2c40bca658cdb33fdde898b4f0672ce98 Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Tue, 3 May 2016 10:25:15 -0500 Subject: [PATCH] remove some unused variables that can cause compilation problems on netbsd --- ompi/mca/fs/lustre/fs_lustre.c | 3 --- ompi/mca/fs/pvfs2/fs_pvfs2.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/ompi/mca/fs/lustre/fs_lustre.c b/ompi/mca/fs/lustre/fs_lustre.c index c41e349cd0..b0f722db1c 100644 --- a/ompi/mca/fs/lustre/fs_lustre.c +++ b/ompi/mca/fs/lustre/fs_lustre.c @@ -78,9 +78,6 @@ int mca_fs_lustre_component_init_query(bool enable_progress_threads, struct mca_fs_base_module_1_0_0_t * mca_fs_lustre_component_file_query (mca_io_ompio_file_t *fh, int *priority) { - int err; - char *dir; - struct statfs fsbuf; char *tmp; /* The code in this function is based on the ADIO FS selection in ROMIO diff --git a/ompi/mca/fs/pvfs2/fs_pvfs2.c b/ompi/mca/fs/pvfs2/fs_pvfs2.c index 7f8abb9ec5..a7a2d0d8b3 100644 --- a/ompi/mca/fs/pvfs2/fs_pvfs2.c +++ b/ompi/mca/fs/pvfs2/fs_pvfs2.c @@ -81,9 +81,6 @@ mca_fs_pvfs2_component_file_query (mca_io_ompio_file_t *fh, int *priority) * See COPYRIGHT notice in top-level directory. */ - int err; - char *dir; - struct statfs fsbuf; char *tmp; /* The code in this function is based on the ADIO FS selection in ROMIO