mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user