mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -21,7 +21,6 @@ contract CopyTest {
|
||||
return (memoryTree.children.length, memoryTree.children[0].children.length, memoryTree.children[1].children.length);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// run() -> 2, 23, 42
|
||||
// gas irOptimized: 194003
|
||||
|
||||
@@ -46,6 +46,5 @@ contract CopyTest {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// run() -> 0x20, 10, 0x42, 0x4200, 0x420000, 0x420001, 0x420002, 0x4201, 0x420100, 0x420101, 0x420102, 0x420103
|
||||
|
||||
Reference in New Issue
Block a user