summaryrefslogtreecommitdiff
path: root/fsdev/9p-marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fsdev/9p-marshal.c')
-rw-r--r--fsdev/9p-marshal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fsdev/9p-marshal.c b/fsdev/9p-marshal.c
index 238dbf21b1..a01bba6908 100644
--- a/fsdev/9p-marshal.c
+++ b/fsdev/9p-marshal.c
@@ -25,11 +25,6 @@ void v9fs_string_free(V9fsString *str)
str->size = 0;
}
-void v9fs_string_null(V9fsString *str)
-{
- v9fs_string_free(str);
-}
-
void GCC_FMT_ATTR(2, 3)
v9fs_string_sprintf(V9fsString *str, const char *fmt, ...)
{