summaryrefslogtreecommitdiffstats
path: root/misc/bstr.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-23 11:01:56 +0100
committerwm4 <wm4@nowhere>2019-12-23 11:01:56 +0100
commitba45b67370a8881a2bdf80e510861a7a5d20bc31 (patch)
treecfe9ea28fa8b40b7db0fb326eca01eaa257c6923 /misc/bstr.h
parentcd09ea92bec55ee0faf31c5a1e27d52dddf057b5 (diff)
downloadmpv-ba45b67370a8881a2bdf80e510861a7a5d20bc31.tar.bz2
mpv-ba45b67370a8881a2bdf80e510861a7a5d20bc31.tar.xz
bstr: remove unused bstr_splitlines() function
Diffstat (limited to 'misc/bstr.h')
-rw-r--r--misc/bstr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/bstr.h b/misc/bstr.h
index d6e2fdc18e..dc8ad4030c 100644
--- a/misc/bstr.h
+++ b/misc/bstr.h
@@ -69,7 +69,6 @@ int bstrspn(struct bstr str, const char *accept);
int bstrcspn(struct bstr str, const char *reject);
int bstr_find(struct bstr haystack, struct bstr needle);
-struct bstr *bstr_splitlines(void *talloc_ctx, struct bstr str);
struct bstr bstr_lstrip(struct bstr str);
struct bstr bstr_strip(struct bstr str);
struct bstr bstr_split(struct bstr str, const char *sep, struct bstr *rest);