]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove cleanups from utils.c
authorTom Tromey <tom@tromey.com>
Thu, 28 Sep 2017 02:38:07 +0000 (20:38 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 30 Sep 2017 02:46:43 +0000 (20:46 -0600)
commit200aa7b154b25423eb72ceecade0fcd76edc4686
tree643c7eb8f0b71f2db9b71529c2946336384ff399
parent606aae8a73177dde47ff01a6eb7ec883309bdfa6
Remove cleanups from utils.c

This removes a couple of cleanups from utils.c through the use of
std::string.

gdb/ChangeLog
2017-09-29  Tom Tromey  <tom@tromey.com>

* utils.c (vfprintf_maybe_filtered): Use std::string.
(vfprintf_unfiltered): Likewise.
gdb/ChangeLog
gdb/utils.c