Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 08:16:26 +0300
committerJunio C Hamano <gitster@pobox.com>2010-01-12 12:06:09 +0300
commit229d8107470ded5e5e6c43cf5daeabf382cce9d1 (patch)
treeff864bf3dd161137bf8eb527d0b695af1500b978 /strbuf.h
parent356521ab22fb76e17aa8dc9993ff81fade49e11c (diff)
strbuf.c: remove unused function
strbuf_tolower() is not used anywhere. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/strbuf.h b/strbuf.h
index fa07ecf094..b37f06a34b 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -81,7 +81,6 @@ extern void strbuf_trim(struct strbuf *);
extern void strbuf_rtrim(struct strbuf *);
extern void strbuf_ltrim(struct strbuf *);
extern int strbuf_cmp(const struct strbuf *, const struct strbuf *);
-extern void strbuf_tolower(struct strbuf *);
extern struct strbuf **strbuf_split(const struct strbuf *, int delim);
extern void strbuf_list_free(struct strbuf **);