Remove obsolete and unused inf_ptrace_target::auxv_parse
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 05c1277ec4e24789c4a9de772bb2a9e3684c3b95..2178b1baab7717808bd5670a5ce57025f4a8188a 100644 (file)
@@ -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);
This page took 0.033961 seconds and 4 git commands to generate.