Skip to content

Commit

Permalink
Code tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Jan 3, 2018
1 parent 92c6fa9 commit b7505d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,6 @@ impl ReedSolomon {
slice_present : &[bool],
data_only : bool) -> Result<(), Error> {
check_piece_count!(all => self, slices);

check_slices!(slices);

if slices.len() != slice_present.len() {
Expand Down

0 comments on commit b7505d5

Please sign in to comment.