strv: drop strv_join_quoted() (#8057)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Feb 2018 09:11:02 +0000 (18:11 +0900)
committerLennart Poettering <lennart@poettering.net>
Thu, 1 Feb 2018 09:11:02 +0000 (10:11 +0100)
commite7b2ea7c97714e202829841f7ef6d21171474965
treefbb44073c149b1869584522860eb93e1d6461f36
parentb9ee05c26617573e3d3c600bf755527e1852859c
strv: drop strv_join_quoted() (#8057)

The function `strv_join_quoted()` is now not used, and has a bug
in the buffer size calculation when the strings needs to escaped,
as reported in #8056.
So, let's remove the function.

Closes #8056.
src/basic/strv.c
src/basic/strv.h
src/test/test-strv.c