summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-utils.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-01-31 03:46:23 +0000
committerAndrew Cagney <cagney@redhat.com>2001-01-31 03:46:23 +0000
commit0da91883e6d0f516af2278636d276b3de7b46c31 (patch)
treedff36499755b8e7b422cc1e20c3e94135928f736 /gdb/cli/cli-utils.c
parentcc143fd1ce98397ea10059aa97764d8f7ffccc80 (diff)
downloadgdb-0da91883e6d0f516af2278636d276b3de7b46c31.tar.gz
Move putchar_filtered() to utils.c.
Diffstat (limited to 'gdb/cli/cli-utils.c')
-rw-r--r--gdb/cli/cli-utils.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/cli/cli-utils.c b/gdb/cli/cli-utils.c
index 29019ece518..396d6ead5eb 100644
--- a/gdb/cli/cli-utils.c
+++ b/gdb/cli/cli-utils.c
@@ -19,11 +19,3 @@
#include "defs.h"
#include "cli/cli-utils.h"
-/* Write character C to gdb_stdout using GDB's paging mechanism and return C.
- May return nonlocally. */
-
-int
-putchar_filtered (int c)
-{
- return fputc_filtered (c, gdb_stdout);
-}