]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbsupport: Drop now unused function 'stringify_argv'
authorMichael Weghorn <m.weghorn@posteo.de>
Mon, 25 May 2020 15:40:07 +0000 (11:40 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 25 May 2020 15:40:35 +0000 (11:40 -0400)
commit7dbfcd6f79d9f66e317e61bac5855868f8d20043
treef95c39efbfe3b5f150f93e4c7a1fe202a3b9ad9c
parentbea571ebd78ee29cb94adf648fbcda1e109e1be6
gdbsupport: Drop now unused function 'stringify_argv'

The function did not properly escape special characters
and all uses have been replaced in previous commits, so
drop the now unused function.

gdbsupport/ChangeLog:

* common-utils.cc, common-utils.h (stringify_argv): Drop
now unused function stringify_argv

Change-Id: Id5f861f44eae1f0fbde3476a5eac23a842ed04fc
gdbsupport/ChangeLog
gdbsupport/common-utils.cc
gdbsupport/common-utils.h