aboutsummaryrefslogtreecommitdiff
path: root/lib/bob/u8strfit.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bob/u8strfit.c')
-rw-r--r--lib/bob/u8strfit.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/bob/u8strfit.c b/lib/bob/u8strfit.c
deleted file mode 100644
index 332a5d7..0000000
--- a/lib/bob/u8strfit.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdlib.h>
-
-#include "bob.h"
-
-struct u8str *
-u8strfit(struct u8str *b)
-{
- return (b->p = realloc(b->p, b->len)) ? b : nullptr;
-}