Skip to content

Commit

Permalink
Remove unused SIGN_MASK_64 constant
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Mar 2, 2021
1 parent c0cc3e2 commit 78ec65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kaitai/Struct/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Stream {

const SIGN_MASK_16 = 0x8000; // (1 << (16 - 1));
const SIGN_MASK_32 = 0x80000000; // (1 << (32 - 1));
const SIGN_MASK_64 = 0x800000000000; // (1 << (64 - 1));

private $bits, $bitsLeft;

Expand Down

0 comments on commit 78ec65a

Please sign in to comment.