diff options
Diffstat (limited to 'lib/bob/u8strfree.c')
-rw-r--r-- | lib/bob/u8strfree.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/bob/u8strfree.c b/lib/bob/u8strfree.c deleted file mode 100644 index 7e25ca8..0000000 --- a/lib/bob/u8strfree.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdlib.h> - -#include "bob.h" - -void -u8strfree(struct u8str b) -{ - free(b.p); -} |