changeset 24949:fb8d10420a75 stable

mk_qthelp.pl: Remove unused module autodie. * mk_qthelp.pl: Remove unused module autodie.
author Rik <rik@octave.org>
date Wed, 21 Mar 2018 13:04:41 -0700
parents bff4a7c7bc39
children 6d61e066a2a2 27d68d7a482c
files doc/interpreter/mk_qthelp.pl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/mk_qthelp.pl	Wed Mar 21 10:38:38 2018 -0700
+++ b/doc/interpreter/mk_qthelp.pl	Wed Mar 21 13:04:41 2018 -0700
@@ -8,7 +8,6 @@
 ################################################################################
 use warnings;              # report warnings for questionable run-time code
 use strict qw(refs subs);  # check at compile-time for bad programming style
-use autodie;               # issue an error and exit if any system call fails
 use File::Basename;        # For splitting paths between dir and file
 use File::Spec;            # For combining dirs and filenames into paths