Tidy bfd_scan_vma
authorAlan Modra <amodra@gmail.com>
Sun, 31 Dec 2023 09:09:18 +0000 (19:39 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 5 Jan 2024 02:30:11 +0000 (13:00 +1030)
commit1826e070a09060edafc5e7dc2c50d967472622d8
tree74083ab74151e2ca30dd7bac84fcb44a08edbdbd
parentc217aed574216e6af34188ac8a9bf019539e415d
Tidy bfd_scan_vma

In commit 83c79df86bf4 I removed configure tests for strtoull among
other library functions part of C99, but didn't remove what is now
dead code.

* bfd.c (bfd_scan_vma): Delete fall-back for strtoull.
bfd/bfd.c