diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-01-25 01:23:42 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-01-25 01:23:49 +0100 |
commit | e81dabefce9b0337c073514060a352e49a709440 (patch) | |
tree | 491a76941fb179308fe65cfe395a757e8b121b78 | |
parent | ad80eaf88a112a312f1dc54e97f590a2a5a9a029 (diff) |
par: piece-table: remove TODO comment, it's literally what we are doing
-rw-r--r-- | par/piece-table.scm | 3 |
1 files changed, 0 insertions, 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) |