Skip to content

Commit

Permalink
optimizing some code
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 5, 2019
1 parent 44c8819 commit deb68f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clib/pioc_sc.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,8 @@ PIO_Offset GCDblocksize(int arrlen, const PIO_Offset *arr_in)
blk_len = 1;
}
}
LOG((2, "bsize before last block %ld %d\n",bsize, blk_len));
/* Handle the last block. */
bsize = lgcd(bsize, blk_len);
LOG((2, "bsize after last block %ld %d\n",bsize, blk_len));

return bsize;
}
Expand Down

0 comments on commit deb68f1

Please sign in to comment.