git: 9front

Download patch

ref: 506936b403e585829a614942bfd40ca1a16b5324
parent: 80271f121260b66017961e4ef420a2b0384cddee
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Sep 22 19:46:04 EDT 2025

libc: remove spare dofmt decl

it's unused, and will get merged with the dodecl quote.c

--- a/sys/src/libc/fmt/fmt.c
+++ b/sys/src/libc/fmt/fmt.c
@@ -52,8 +52,6 @@
 	0,	nil,
 };
 
-int	(*doquote)(int);
-
 /*
  * _fmtlock() must be set
  */
--