Skip to content

Commit bf23b16

Browse files
committed
removed unnecesary break;
1 parent e97c176 commit bf23b16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Bold font indicates the best result.
2929
| ---------- | ----- | ----------------: | ------------------: | ----: |
3030
| lz4 1.9.2 | 1.75 | **0.29** | **0.11** | 20 619 |
3131
| lzop 1.04 | 1.78 | 0.36 | 0.33 | 17 123 |
32-
| **x** | 1.88 | 1.03 | 0.91 | **698** |
32+
| **x** | 1.88 | 1.03 | 0.91 | **699** |
3333
| gzip 1.9 | 2.74 | 4.69 | 0.63 | 48 552 |
3434
| zstd 1.3.7 | 2.80 | 0.55 | 0.18 | 111 948 |
3535
| bzip2 1.0.6 | 3.45 | 7.39 | 3.36 | 8 117 |

libx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ static void bio_open(struct bio *bio, void *ptr, int mode)
3939
case BIO_MODE_WRITE:
4040
bio->b = 0;
4141
bio->c = 0;
42-
break;
4342
}
4443
}
4544

0 commit comments

Comments
 (0)