From bc7b61897f267b058f245d1519c4b7d920a1a29d Mon Sep 17 00:00:00 2001 From: Mukul Kolpe Date: Wed, 24 Jul 2024 18:43:11 +0530 Subject: [PATCH] refactor: remove CancelMultiple struct (#377) --- src/types/DataTypes.sol | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/types/DataTypes.sol b/src/types/DataTypes.sol index 11b9eeb0..473761f1 100644 --- a/src/types/DataTypes.sol +++ b/src/types/DataTypes.sol @@ -7,12 +7,6 @@ import { ISablierV2Lockup } from "@sablier/v2-core/src/interfaces/ISablierV2Lock import { Broker, LockupDynamic, LockupLinear, LockupTranched } from "@sablier/v2-core/src/types/DataTypes.sol"; library BatchLockup { - /// @notice A struct encapsulating the lockup contract's address and the stream ids to cancel. - struct CancelMultiple { - ISablierV2Lockup lockup; - uint256[] streamIds; - } - /// @notice A struct encapsulating all parameters of {SablierV2LockupDynamic.createWithDurations} except for the /// asset. struct CreateWithDurationsLD {