Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 4, 2021
1 parent 13cb51b commit dc94786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Binary.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
use const PHP_INT_MAX;

class Binary{
private const SIZEOF_BYTE = 1;
private const SIZEOF_SHORT = 2;
private const SIZEOF_INT = 4;
private const SIZEOF_LONG = 8;
Expand Down

0 comments on commit dc94786

Please sign in to comment.