Remove redundant check to ensure that LOW_MEMORY is not defined.

(issue #9136, mvanbaak)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 19 years ago
parent 5873c9c90f
commit 4e752903bb

@ -332,7 +332,6 @@ void ast_unregister_thread(void *id)
}
}
#if !defined(LOW_MEMORY)
/*! \brief Give an overview of core settings */
static int handle_show_settings(int fd, int argc, char *argv[])
{
@ -390,7 +389,6 @@ static int handle_show_settings(int fd, int argc, char *argv[])
ast_cli(fd, "\n\n");
return 0;
}
#endif
static int handle_show_threads(int fd, int argc, char *argv[])
{

Loading…
Cancel
Save