diff options
Diffstat (limited to 'gdb/cli/cli-utils.h')
-rw-r--r-- | gdb/cli/cli-utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h index 313caf4..115af8b 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -19,9 +19,4 @@ #if !defined (CLI_UTILS_H) # define CLI_UTILS_H 1 -/* Write character C to gdb_stdout using GDB's paging mechanism and return C. - May return nonlocally. */ - -extern int putchar_filtered (int c); - #endif /* !defined (CLI_UTILS_H) */ |