From 70ab9a6c2ce6e9733fdb61c1d62beb4a4d962a88 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 11 Oct 2020 17:33:29 -0700 Subject: [PATCH] remove now-unused ljbuf Related to #1801. --- cmd/lefty/dot2l/dot2l.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/lefty/dot2l/dot2l.c b/cmd/lefty/dot2l/dot2l.c index 95a7cfb9c..129164b94 100644 --- a/cmd/lefty/dot2l/dot2l.c +++ b/cmd/lefty/dot2l/dot2l.c @@ -30,8 +30,6 @@ static Tobj allgraphs, alledges, allnodes; static Tobj gdict, edict, ndict, N; static long newgid, neweid, newnid, gmark = -1, errflag; -static jmp_buf ljbuf; - static int filllabeltable (Tobj, int); static int filllabelrect (Tobj); -- 2.40.0