summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorEd Sutter <edsutterjr@gmail.com>2015-06-29 18:23:00 -0400
committerEd Sutter <edsutterjr@gmail.com>2015-06-29 18:23:00 -0400
commit7921e2e5bbd5830b7a64721f29013d84ac141cef (patch)
tree0db2e0a4b3696a70832447fc888d482da2ac364f /main
parentremove APPRAMBASE_OVERRIDE and include DM/PM commands (diff)
downloadumon-7921e2e5bbd5830b7a64721f29013d84ac141cef.tar.bz2
remove ctype_ptr variables in prep for non-libc build
Diffstat (limited to 'main')
-rw-r--r--main/common/docmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/common/docmd.c b/main/common/docmd.c
index 49a2190..4427d58 100644
--- a/main/common/docmd.c
+++ b/main/common/docmd.c
@@ -37,9 +37,6 @@
#include "term.h"
#include <ctype.h>
-const char *__ctype_ptr;
-const char *__ctype_ptr__;
-
/* appCmdlist:
* This is a pointer to a list of commands that can be added to the
* monitor's list by the application using addcommand().