Commit 5d3ef616 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d392cd57
...@@ -85,7 +85,6 @@ public: ...@@ -85,7 +85,6 @@ public:
error close(); error close();
// read implements io.Reader from Go: it reads into buf up-to count bytes. // read implements io.Reader from Go: it reads into buf up-to count bytes.
//
// XXX buf -> slice<byte> ? // XXX buf -> slice<byte> ?
tuple<int, error> read(void *buf, size_t count); tuple<int, error> read(void *buf, size_t count);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment