From: Matthew Fernandez Date: Fri, 19 Feb 2021 03:55:45 +0000 (-0800) Subject: remove unused clean up trap handler in gvmap X-Git-Tag: 2.47.0~38^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa258891f1a38543d7f9db5a6731ada6281ad75a;p=graphviz remove unused clean up trap handler in gvmap Nothing creates the files that this handler tries to delete, so it is not necessary. --- diff --git a/cmd/gvmap/gvmap.sh b/cmd/gvmap/gvmap.sh index d78f6c404..1c6d06cc4 100755 --- a/cmd/gvmap/gvmap.sh +++ b/cmd/gvmap/gvmap.sh @@ -10,7 +10,6 @@ # parts will be separated during option processing. LAYOUT=sfdp -trap 'rm -f $TMPFILE1 $TMPFILE2 $TMPINFILE errout; exit' 0 1 2 3 15 OPTSTR="vVA:[gvmap flags]G:[attr=val]E:[attr=val]N:[attr=val]g:[attr=val]e:[attr=val]n:[attr=val]K:[layout]T:[output format]o:[outfile]" FLAGS1= FLAGS2=