aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/builder/u8strfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/librune/lib/builder/u8strfree.c')
-rw-r--r--vendor/librune/lib/builder/u8strfree.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/librune/lib/builder/u8strfree.c b/vendor/librune/lib/builder/u8strfree.c
deleted file mode 100644
index 506c71b..0000000
--- a/vendor/librune/lib/builder/u8strfree.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdlib.h>
-
-#include "builder.h"
-
-void
-u8strfree(struct u8str b)
-{
- free(b.p);
-}