Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Sep 16, 2024
1 parent 8118378 commit a047354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/mocks/GemMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,4 @@ contract GemMock {
totalSupply = totalSupply - value;
}
}

//[CERTORA] (empty) concrete implementation to the abstract function defined in Flap.sol
function move(address a, address b ,uint num) external {

}
}

0 comments on commit a047354

Please sign in to comment.