mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
common: remove new unused constants
This commit is contained in:
parent
af03289998
commit
2ce4b6694c
1 changed files with 0 additions and 10 deletions
|
|
@ -34,13 +34,3 @@ var (
|
|||
|
||||
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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue