strbuf: remove prefixcmp() and suffixcmp()
commit666c90b6290dae0f4d3672a2b0caf6dea67dd1e3
authorChristian Couder <chriscool@tuxfamily.org>
Sun, 1 Dec 2013 07:49:18 +0000 (1 08:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2013 22:13:56 +0000 (5 14:13 -0800)
tree007725bca1f345c85340cefa242ba28b4325e680
parent59556548230e617b837343c2c07e357e688e2ca4
strbuf: remove prefixcmp() and suffixcmp()

As starts_with() and ends_with() have been used to
replace prefixcmp() and suffixcmp() respectively,
we can now remove them.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h
strbuf.c