Remove empty settings.

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 58d21f1e9d
commit a2f768d29a
575 changed files with 0 additions and 575 deletions
@@ -1,5 +1,4 @@
contract StorageEmpty {
}
// ====
// ----
// storageEmpty -> 1
@@ -2,7 +2,6 @@ contract StorageNotEmpty {
uint256 x;
function set(uint256 _a) public { x = _a; }
}
// ====
// ----
// storageEmpty -> 1
// set(uint256): 1 ->