remove dead function error_usage
This commit is contained in:
parent
844c48eb11
commit
25003bd7b3
@ -203,7 +203,6 @@ char *scanpast(char c);
|
|||||||
char **parse_options(const int argc, const char * const * const argv);
|
char **parse_options(const int argc, const char * const * const argv);
|
||||||
void readenv(bool preserve_database);
|
void readenv(bool preserve_database);
|
||||||
|
|
||||||
void error_usage(void);
|
|
||||||
void longusage(void);
|
void longusage(void);
|
||||||
void usage(void);
|
void usage(void);
|
||||||
extern bool remove_symfile_onexit;
|
extern bool remove_symfile_onexit;
|
||||||
|
@ -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 */
|
/* normal usage message */
|
||||||
void usage(void) {
|
void usage(void) {
|
||||||
fputs("Usage: " PROGRAM_NAME
|
fputs("Usage: " PROGRAM_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user