summaryrefslogtreecommitdiff
path: root/sys/src/liboventi/errfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/liboventi/errfmt.c')
-rw-r--r--sys/src/liboventi/errfmt.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/src/liboventi/errfmt.c b/sys/src/liboventi/errfmt.c
deleted file mode 100644
index e4f611837..000000000
--- a/sys/src/liboventi/errfmt.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <u.h>
-#include <libc.h>
-#include <oventi.h>
-
-int
-vtErrFmt(Fmt *f)
-{
- char *s;
-
- s = vtGetError();
- return fmtstrcpy(f, s);
-}