Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index bbc5bb348..a1f79f94d 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -324,9 +324,6 @@ int cb_is_stdin (host_callback *, int);
int cb_is_stdout (host_callback *, int);
int cb_is_stderr (host_callback *, int);
-/* Read a string out of the target. */
-int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
-
/* Perform a system call. */
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);