From 2ed2e97a0897fc62dd7d0f33faa3bddec9bf5c32 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 6 Mar 2019 15:16:58 -0700 Subject: [PATCH] more cleanup --- src/clib/pio_lists.c | 3 --- src/clib/pio_rearrange.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/clib/pio_lists.c b/src/clib/pio_lists.c index 3a8281dadde..1f9979ec019 100644 --- a/src/clib/pio_lists.c +++ b/src/clib/pio_lists.c @@ -27,9 +27,6 @@ void pio_add_to_file_list(file_desc_t *file) assert(file); - /* This file will be at the end of the list, and have no next. */ -// file->next = NULL; - /* Get a pointer to the global list of files. */ cfile = pio_file_list; diff --git a/src/clib/pio_rearrange.c b/src/clib/pio_rearrange.c index bbf7445de93..99640236869 100644 --- a/src/clib/pio_rearrange.c +++ b/src/clib/pio_rearrange.c @@ -1259,7 +1259,7 @@ int box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *com for (int i = 0; i < ios->num_iotasks; i++) sendcounts[ios->ioranks[i]] = 1; - /* Determine llen, the lenght of the data array on this IO + /* Determine llen, the length of the data array on this IO * node, by multipliying the counts in the * iodesc->firstregion. */ iodesc->llen = 1;