mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed virtual from a library function in gnosis test
This commit is contained in:
parent
35a743e222
commit
7e2cb9b57c
@ -177,7 +177,6 @@ library Math {
|
||||
/// @param nums Numbers to look through
|
||||
/// @return max Maximum number
|
||||
function max(int[] memory nums)
|
||||
virtual
|
||||
public
|
||||
pure
|
||||
returns (int max)
|
||||
|
Loading…
Reference in New Issue
Block a user