]> granicus.if.org Git - graphviz/commitdiff
remove now-unused ljbuf
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 12 Oct 2020 00:33:29 +0000 (17:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Oct 2020 01:31:02 +0000 (18:31 -0700)
Related to #1801.

cmd/lefty/dot2l/dot2l.c

index 95a7cfb9c8579c87471255ae3bec250af4e06078..129164b945a91e004033eef9016c5d6351002c0f 100644 (file)
@@ -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);