summaryrefslogtreecommitdiff
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-02-26 00:38:49 +0000
committerRussell Bryant <russell@russellbryant.com>2007-02-26 00:38:49 +0000
commit4e752903bb95bcd22e82ee14fe993815d1e5e817 (patch)
tree859bf4dcef6a587daed4fc016262ed63e8ff5dd0 /main/asterisk.c
parent5873c9c90f8e571c1bdf70badeafab95863dc97e (diff)
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
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 04809b98d..d42115481 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -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[])
{