aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r--gdb/inf-ptrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h
index 05c1277..2178b1b 100644
--- a/gdb/inf-ptrace.h
+++ b/gdb/inf-ptrace.h
@@ -68,11 +68,6 @@ struct inf_ptrace_target : public inf_child_target
ULONGEST offset, ULONGEST len,
ULONGEST *xfered_len) override;
-#if defined (PT_IO) && defined (PIOD_READ_AUXV)
- int auxv_parse (gdb_byte **readptr,
- gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) override;
-#endif
-
protected:
/* Cleanup the inferior after a successful ptrace detach. */
void detach_success (inferior *inf);