gdb: Remove unused parameter
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 14 Jun 2019 20:57:42 +0000 (21:57 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Sat, 15 Jun 2019 20:39:03 +0000 (21:39 +0100)
The parameter 'fullname' is always passed as NULL to the function
get_filename_and_charpos in source.c, so lets remove the parameter.
There should be no user visible changes after this commit.

gdb/ChangeLog:

* source.c (get_filename_and_charpos): Remove fullname
parameter.
(identify_source_line): Update call to get_filename_and_charpos.


No differences found
This page took 0.033217 seconds and 4 git commands to generate.