aboutsummaryrefslogtreecommitdiff
path: root/lib/bob/u8strpushstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bob/u8strpushstr.c')
-rw-r--r--lib/bob/u8strpushstr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/bob/u8strpushstr.c b/lib/bob/u8strpushstr.c
deleted file mode 100644
index 64b123d..0000000
--- a/lib/bob/u8strpushstr.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <string.h>
-
-#include "bob.h"
-
-struct u8str *
-u8strpushstr(struct u8str *b, const char *s)
-{
- return u8strpushu8(b, (struct u8view){.p = s, .len = strlen(s)});
-}