]> granicus.if.org Git - graphviz/commitdiff
remove unused clean up trap handler in gvmap
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Feb 2021 03:55:45 +0000 (19:55 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 25 Feb 2021 15:47:26 +0000 (07:47 -0800)
Nothing creates the files that this handler tries to delete, so it is not
necessary.

cmd/gvmap/gvmap.sh

index d78f6c40455106b2d4717dd929703ee4366cf195..1c6d06cc42592538281b4c41904c5e90d850eb8c 100755 (executable)
@@ -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=