Re: [PATCH] string-list: remove print_string_list from string-list's API

2015-01-15 Thread Alexander Kuleshov
Maybe need to add comments for print_string_list, for preventing patches like this? 2015-01-15 23:56 GMT+06:00 Junio C Hamano : > On Thu, Jan 15, 2015 at 9:42 AM, Alexander Kuleshov > wrote: >> print_string_list routine has no callers anywhere. >> >> Signed-off-by: Alexander Kuleshov > > http://

[PATCH] string-list: remove print_string_list from string-list's API

2015-01-15 Thread Alexander Kuleshov
print_string_list routine has no callers anywhere. Signed-off-by: Alexander Kuleshov --- Documentation/technical/api-string-list.txt | 6 -- string-list.c | 10 -- string-list.h | 1 - 3 files changed, 17 deletions(-) dif