From e81dabefce9b0337c073514060a352e49a709440 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 25 Jan 2024 01:23:42 +0100 Subject: par: piece-table: remove TODO comment, it's literally what we are doing --- par/piece-table.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/par/piece-table.scm b/par/piece-table.scm index 202b9a1..1707e7e 100644 --- a/par/piece-table.scm +++ b/par/piece-table.scm @@ -279,9 +279,6 @@ (connect-pieces! candidate second)))))) -; TODO: SET-CDR for the win? -; - That would need other way to find the affected pieces and manipulate them. -; > we'll leave it for the future (define (piece-table-delete! piece-table from len) ;; TODO: Validate input (unless (= 0 len) -- cgit v1.2.3