Remove stray reference to error_at_rich_loc
commit5e64efad1fd49b11690f4a193f86550194d0bf6f
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Oct 2018 22:09:51 +0000 (15 22:09 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Oct 2018 22:09:51 +0000 (15 22:09 +0000)
treeb78786d1c46b2449d7f6d8a338de18534f3a9b8d
parentdba9e5c1a491bbf4160450377f0010bd1fa1479b
Remove stray reference to error_at_rich_loc

"error_at_rich_loc" went away in r254280 (in favor of overloading
"error_at"), but there was a stray reference in a comment.

Remove it.

gcc/ChangeLog:
* gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
Fix usage of "error_at_rich_loc" in the comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265177 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc-rich-location.h