From 796eaf696dae8a994d25ed7cd533abe6e4f32286 Mon Sep 17 00:00:00 2001 From: telome <130504305+telome@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:15:53 +0000 Subject: [PATCH] Update src/Splitter.sol Co-authored-by: sunbreak1211 <129470872+sunbreak1211@users.noreply.github.com> --- src/Splitter.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Splitter.sol b/src/Splitter.sol index cd3f80f..f915bce 100644 --- a/src/Splitter.sol +++ b/src/Splitter.sol @@ -19,7 +19,6 @@ pragma solidity ^0.8.16; interface VatLike { function move(address, address, uint256) external; function hope(address) external; - function nope(address) external; } interface DaiJoinLike {