Skip to content

Commit f48c229

Browse files
authored
Remove dead abstract contract Impl from DummyImplementation mock (#6073)
1 parent 2f1386c commit f48c229

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contracts/mocks/DummyImplementation.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ pragma solidity ^0.8.21;
55
import {ERC1967Utils} from "../proxy/ERC1967/ERC1967Utils.sol";
66
import {StorageSlot} from "../utils/StorageSlot.sol";
77

8-
abstract contract Impl {
9-
function version() public pure virtual returns (string memory);
10-
}
11-
128
contract DummyImplementation {
139
uint256 public value;
1410
string public text;

0 commit comments

Comments
 (0)