From: Matthew Fernandez Date: Sat, 10 Dec 2022 21:01:57 +0000 (-0800) Subject: cgraph: remove no longer used 'agxbstart' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a5abdbbfec90edb8d4860b55831f9cf8a3fed90;p=graphviz cgraph: remove no longer used 'agxbstart' --- diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 1d8d7b60d..444837e18 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -193,11 +193,6 @@ static inline char *agxbuse(agxbuf *xb) { return xb->ptr; } -/* agxbstart: - * Return pointer to beginning of buffer. - */ -static inline char *agxbstart(agxbuf *xb) { return xb->buf; } - /* agxblen: * Return number of characters currently stored. */