From 297e53e75afb3ed1b965cb74392739979deb75cf Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Thu, 7 May 2026 10:26:44 +0400 Subject: [PATCH] remove dead Pointer import from IFlowV5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Pointer` was imported with a forge-lint unused-import suppression but no consumer re-imports it from this interface — unlike the other suppressed imports in the file (Sentinel, RAIN_FLOW_SENTINEL, the transfer structs) which all have downstream callers. The suppression was hiding a genuinely unused import. Closes #415. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/interface/IFlowV5.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/interface/IFlowV5.sol b/src/interface/IFlowV5.sol index 17568fbd..b5d2f707 100644 --- a/src/interface/IFlowV5.sol +++ b/src/interface/IFlowV5.sol @@ -6,8 +6,6 @@ import {SignedContextV1, EvaluableConfigV3} from "rain.interpreter.interface/int import {EvaluableV2} from "rain.interpreter.interface/lib/caller/LibEvaluable.sol"; //forge-lint: disable-next-line(unused-import) import {Sentinel} from "rain.solmem/lib/LibStackSentinel.sol"; -//forge-lint: disable-next-line(unused-import) -import {Pointer} from "rain.solmem/lib/LibPointer.sol"; import { FlowTransferV1,