* inftarg.c (child_xfer_partial): Remove code that handles

TARGET_OBJ_WCOOKIE.
This commit is contained in:
Mark Kettenis 2004-12-26 23:24:26 +00:00
parent 3a3f751dac
commit c9591d9843
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2004-12-26 Mark Kettenis <kettenis@gnu.org>
* inftarg.c (child_xfer_partial): Remove code that handles
TARGET_OBJ_WCOOKIE.
2004-12-25 Mark Kettenis <kettenis@gnu.org>
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.

View File

@ -559,13 +559,6 @@ child_xfer_partial (struct target_ops *ops, enum target_object object,
return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf,
offset, len);
case TARGET_OBJECT_WCOOKIE:
#ifndef NATIVE_XFER_WCOOKIE
#define NATIVE_XFER_WCOOKIE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1)
#endif
return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
offset, len);
default:
return -1;
}