diff options
-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) |