Skip to content

Commit

Permalink
no need to initialize here
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 11, 2019
1 parent 2ed2e97 commit f56b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/pio_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ io_desc_t *pio_get_iodesc_from_id(int ioid)
*/
int pio_delete_iodesc_from_list(int ioid)
{
io_desc_t *ciodesc = NULL;
io_desc_t *ciodesc;

ciodesc = pio_get_iodesc_from_id(ioid);
if(ciodesc)
Expand Down

0 comments on commit f56b569

Please sign in to comment.