From dc94786fc6c30012b1892f548dbb8a8c9c0a8cd9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 4 Dec 2021 20:52:36 +0000 Subject: [PATCH] Remove unused constant --- src/Binary.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Binary.php b/src/Binary.php index ff27d62..fcfaae7 100644 --- a/src/Binary.php +++ b/src/Binary.php @@ -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;