aboutsummaryrefslogtreecommitdiff
path: root/sys/base/bufio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/base/bufio.c')
-rw-r--r--sys/base/bufio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/base/bufio.c b/sys/base/bufio.c
index 7ebee68..cc08f66 100644
--- a/sys/base/bufio.c
+++ b/sys/base/bufio.c
@@ -94,6 +94,7 @@ bufio·ungetbyte(io·Buffer *buf, byte c)
return 0;
}
+#if 0
rune
bufio·getrune(io·Buffer *buf)
{
@@ -152,6 +153,7 @@ bufio·ungetrune(io·Buffer *buf, rune r)
buf->pos -= buf->runesize;
return 0;
}
+#endif
int
bufio·read(io·Buffer *buf, int sz, int n, void *out)