mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-19 11:29:41 -05:00
acec0ffa4e
- All bitwise operators already return int32 (or uint32) so we can remove the `| 0` - Inline constants that are only used once Towards #1465