summaryrefslogtreecommitdiffstats
path: root/bstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'bstr.h')
-rw-r--r--bstr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bstr.h b/bstr.h
index e8a34b4f2c..688ed41771 100644
--- a/bstr.h
+++ b/bstr.h
@@ -96,7 +96,6 @@ bool bstr_case_endswith(struct bstr s, struct bstr suffix);
struct bstr bstr_strip_ext(struct bstr str);
struct bstr bstr_get_ext(struct bstr s);
-
static inline struct bstr bstr_cut(struct bstr str, int n)
{
if (n < 0) {