strbuf: remove unused stripspace function alias
commit9881f21190dcf60bf7c151362e2fed00c3a32dc9
authorElijah Newren <newren@gmail.com>
Wed, 29 Nov 2017 01:45:59 +0000 (28 17:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 16:50:15 +0000 (5 08:50 -0800)
tree4efd2149f5c923952ef6d397781653775a3501a0
parent1a4e40aa5dc16564af879142ba9dfbbb88d1e5ff
strbuf: remove unused stripspace function alias

In commit 63af4a8446 ("strbuf: make stripspace() part of strbuf",
2015-10-16), stripspace() was moved to strbuf and renamed to
strbuf_stripspace().  A "temporary" alias was added for the old name until
all topic branches had time to switch over.  They have had time, so remove
the old alias.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.h