Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 11, 2019
1 parent e73bb95 commit 2ed2e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/clib/pio_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/clib/pio_rearrange.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2ed2e97

Please sign in to comment.