Remove obsolete assertion from regcache.c
authorTom Tromey <tom@tromey.com>
Tue, 17 Oct 2017 12:40:22 +0000 (06:40 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 17 Oct 2017 12:42:36 +0000 (06:42 -0600)
commit57e12da97f8dbe2ad5b4f59bf89c709c4d66600d
tree3384ac539a1b393d23a09dcb3080a0e7ebfd2ab5
parentcf54ebff3b7361989712fd9c0128a9b255578163
Remove obsolete assertion from regcache.c

When building I got:

../../binutils-gdb/gdb/regcache.c:935:24: error: the address of ‘ssize_t read(int, void*, size_t)’ will never be NULL [-Werror=address]

This happens because "read" used to be a parameter to this function,
which was then removed; but the assertion wasn't updated.

I don't think the assertion is relevant any more, to this removes it.
I'm checking it in as obvious.

2017-10-17  Tom Tromey  <tom@tromey.com>

* regcache.c (regcache::xfer_part): Remove assertion.
gdb/ChangeLog
gdb/regcache.c
This page took 0.024596 seconds and 4 git commands to generate.