Remove unused functions and variables.
This commit is contained in:
parent
9eca49329d
commit
af2e0c9a32
3 changed files with 1 additions and 18 deletions
|
|
@ -40,11 +40,6 @@ extern char *identname;
|
|||
extern char **g_argv;
|
||||
extern bool use_logfile;
|
||||
|
||||
static void memory_full(int size) {
|
||||
logger(LOG_ERR, "Memory exhausted (couldn't allocate %d bytes), exitting.", size);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* Some functions the less gifted operating systems might lack... */
|
||||
|
||||
#ifdef HAVE_MINGW
|
||||
|
|
@ -353,7 +348,7 @@ static struct {
|
|||
void setup_signals(void) {
|
||||
#ifndef HAVE_MINGW
|
||||
int i;
|
||||
struct sigaction act = {NULL};
|
||||
struct sigaction act = {{NULL}};
|
||||
|
||||
sigemptyset(&act.sa_mask);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue