remove dead function error_usage

This commit is contained in:
anon 2024-11-13 14:29:05 +01:00
parent 844c48eb11
commit 25003bd7b3
2 changed files with 0 additions and 8 deletions

View File

@ -203,7 +203,6 @@ char *scanpast(char c);
char **parse_options(const int argc, const char * const * const argv);
void readenv(bool preserve_database);
void error_usage(void);
void longusage(void);
void usage(void);
extern bool remove_symfile_onexit;

View File

@ -106,13 +106,6 @@ const char *help(void) {
}
}
/* error exit including short usage information */
void error_usage(void) {
usage();
fputs("Try the -h option for more information.\n", stderr);
myexit(1);
}
/* normal usage message */
void usage(void) {
fputs("Usage: " PROGRAM_NAME