common: remove new unused constants

This commit is contained in:
Martin Holst Swende 2024-02-06 13:12:00 +01:00
parent af03289998
commit 2ce4b6694c
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -34,13 +34,3 @@ var (
U2560 = uint256.NewInt(0) U2560 = uint256.NewInt(0)
) )
var (
Uint1 = uint256.NewInt(1)
Uint2 = uint256.NewInt(2)
Uint3 = uint256.NewInt(3)
Uint0 = uint256.NewInt(0)
Uint32 = uint256.NewInt(32)
Uint256 = uint256.NewInt(256)
Uint257 = uint256.NewInt(257)
)