Skip to content

Commit dc94786

Browse files
committed
Remove unused constant
1 parent 13cb51b commit dc94786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Binary.php

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
use const PHP_INT_MAX;
4040

4141
class Binary{
42-
private const SIZEOF_BYTE = 1;
4342
private const SIZEOF_SHORT = 2;
4443
private const SIZEOF_INT = 4;
4544
private const SIZEOF_LONG = 8;

0 commit comments

Comments
 (0)