From 336e656009b067c4401208cb09937a1e8aa25cb8 Mon Sep 17 00:00:00 2001 From: John Ellson <ellson@research.att.com> Date: Tue, 5 Nov 2013 11:16:42 -0500 Subject: [PATCH] Janitor - remove unsed variables --- tclpkg/tcldot/tcldot-edgecmd.c | 2 -- tclpkg/tcldot/tcldot-nodecmd.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/tclpkg/tcldot/tcldot-edgecmd.c b/tclpkg/tcldot/tcldot-edgecmd.c index 6e8351b0e..12abcc3e8 100644 --- a/tclpkg/tcldot/tcldot-edgecmd.c +++ b/tclpkg/tcldot/tcldot-edgecmd.c @@ -27,8 +27,6 @@ int edgecmd(ClientData clientData, Tcl_Interp * interp, Agedge_t *e; Agsym_t *a; gctx_t *gctx = (gctx_t *)clientData; - ictx_t *ictx = gctx->ictx; - GVC_t *gvc = ictx->gvc; if (argc < 2) { Tcl_AppendResult(interp, "Wrong # args: should be \"", argv[0], "\" option ?arg arg ...?", NULL); diff --git a/tclpkg/tcldot/tcldot-nodecmd.c b/tclpkg/tcldot/tcldot-nodecmd.c index 768196ede..c2972d748 100644 --- a/tclpkg/tcldot/tcldot-nodecmd.c +++ b/tclpkg/tcldot/tcldot-nodecmd.c @@ -28,8 +28,6 @@ int nodecmd(ClientData clientData, Tcl_Interp * interp, Agedge_t *e; Agsym_t *a; gctx_t *gctx = (gctx_t *)clientData; - ictx_t *ictx = gctx->ictx; - GVC_t *gvc = ictx->gvc; if (argc < 2) { Tcl_AppendResult(interp, "Wrong # args: should be \"", argv[0], " option ?arg arg ...?\"", NULL); -- 2.40.0