From e5354ca12a232b3f97726214254a868771cb70d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 11 Sep 2015 16:35:14 -0500 Subject: Replace toys.exithelp with help_exit() in lib. --- toys.h | 1 - 1 file changed, 1 deletion(-) (limited to 'toys.h') diff --git a/toys.h b/toys.h index 79754257..6b539554 100644 --- a/toys.h +++ b/toys.h @@ -125,7 +125,6 @@ extern struct toy_context { unsigned optflags; // Command line option flags from get_optflags() int exitval; // Value error_exit feeds to exit() int optc; // Count of optargs - int exithelp; // Should error_exit print a usage message first? int old_umask; // Old umask preserved by TOYFLAG_UMASK int toycount; // Total number of commands in this build int signal; // generic_signal() records what signal it saw here -- cgit v1.2.3