From: Matthew Fernandez Date: Sun, 11 Dec 2022 20:47:02 +0000 (-0800) Subject: cgraph: remove no longer used 'agxbnext' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4dcf7a66332a01e58d5528aa6a9eec1a9d245f5;p=graphviz cgraph: remove no longer used 'agxbnext' --- diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 444837e18..78baaf3c6 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -205,11 +205,6 @@ static inline size_t agxblen(const agxbuf *xb) { */ static inline void agxbclear(agxbuf *xb) { xb->ptr = xb->buf; } -/* agxbnext: - * Next position for writing. - */ -static inline char *agxbnext(agxbuf *xb) { return xb->ptr; } - /* agxbdisown: * Disassociate the backing buffer from this agxbuf and return it. The buffer is * NUL terminated before being returned. If the agxbuf is using stack memory,