Commitdde0c9baRecorded3 Mar 2026Repositorysigil-format

Remove unused make-tok helper from formatter tokenizer

Changed
 src/sigil/format.sgl | 4 ----
 1 file changed, 4 deletions(-)
Diff
src/sigil/format.sglmodified
@@ -234,10 +234,6 @@
234
(advance-newline!)
235
(advance-one!)))))
236
237
;; Make a token vector
238
(define (make-tok tok-type start-pos start-line start-col start-indent)
239
(vector tok-type start-pos pos start-line start-col start-indent))
240
237
;; Skip whitespace (not newlines) — inlined, no closure calls
238
(define (skip-whitespace start-pos start-line start-col start-indent)
239
(let loop ()